Color Hex Logo

#6228bf Color Hex

#6228BF
(98,40,191)
0 Favorites   0 Comments

Color spaces of #6228bf

RGB 9840191
HSL0.730.650.45
HSV263°79°75°
CMYK 0.490.790.00   0.25
XYZ15.19987.875850.0093
Yxy7.87580.20800.1078
Hunter Lab28.063947.5665-86.0090
CIE-Lab33.722957.0731-68.5807

#6228bf color RGB value is (98,40,191).

#6228bf hex color red value is 98, green value is 40 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6228bf hue: 0.73 , saturation: 0.65 and the lightness value of 6228bf is 0.45.

The process color (four color CMYK) of #6228bf color hex is 0.49, 0.79, 0.00, 0.25. Web safe color of #6228bf is #6633cc. Color #6228bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00101000 10111111
Octal 142 50 277
Decimal 98 40 191
Hex 62 28 BF

RGB Percentages of Color #6228bf

%29.79
%12.16
%58.05

CMYK Percentages of Color #6228bf

%49
%79
%0
%25

Triadic Colors of #6228bf

#6228bf #bf6228 #28bf62

Analogous Colors of #6228bf

#6228bf #ae28bf #283abf

Monochromatic Colors of #6228bf

#6228bf

Complementary Color

#6228bf #85bf28

#6228bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6228bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6228bf Color CSS Codes

.mybgcolor {background-color:#6228bf; } 
.myforecolor {color:#6228bf; }
.mybordercolor {border:3px solid #6228bf; }

#6228bf Text Font Color

<p style="color:#6228bf">Text here</p>

This sample text font color is #6228bf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6228bf Background Color

<div style="background-color:#6228bf">
Div content here</div>

This div background color is #6228bf


#6228bf Border Color

<div style="border:3px solid #6228bf">
Div here</div>

This div border color is #6228bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,40,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6228bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6228bf;
  -webkit-box-shadow: 1px 1px 3px 2px #6228bf;
  box-shadow:         1px 1px 3px 2px #6228bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,40,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6228bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6228bf;
  -webkit-box-shadow: 1px 1px 3px 2px #6228bf;
  box-shadow:         1px 1px 3px 2px #6228bf;">
Div content here</div>

This div box has shadow with color #6228bf


Comments

No comments written yet.

Please login to write comment.