Html Css Color HEX #6185CB Havelock Blue

📋 copy color: '#6185CB'

red 97 ◦ green 133 ◦ blue 203

#6185CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #6185CB

Tints of Havelock Blue #6185CB

RGB

 RED value IS 97 (38.28% from 255) = 22.4%

 GREEN value IS 133 (52.34% from 255) = 30.72%

 BLUE value IS 203 (79.69% from 255) = 46.88%

R = 22.4%
G = 30.72%
B = 46.88%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6185CB (or 0x6185CB) is known color: Havelock Blue. HEX triplet: 61, 85 and CB. RGB value is (97,133,203). Sum of RGB (Red+Green+Blue) = 97+133+203=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #6185CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6185CB is #9E7A34. Grayscale: #818181. Windows color (decimal): -10385973 or 13337953. OLE color: 13337953.

HSL color Cylindrical-coordinate representation of color #6185CB: hue angle of 219.62º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6185CB is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 133 203 -
CMYK 0.52 0.34 0 0.20
HSL 219.62º 0.5% 0.59% -
HSV(B) 219.62º 0.52% 0.8% -
XYZ 24.1 23.63 59.79 -
YUV 130.22 169.07 104.31 -
System Red Green Blue C M Y K H S L
Decimal 97 133 203 0.52 0.34 0 0.20 219.62 0.5 0.59
Hex 61 85 CB 34 22 0 14 DC 32 3B
Octal 141 205 313 64 42 0 24 334 62 73
Binary 1100001 10000101 11001011 110100 100010 0 10100 11011100 110010 111011

Color Harmonies of #6185CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6185CB

Black with #6185CB

Text Example


Text Example

White with #6185CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6185CB; }

 p { color: rgb(97,133,203); }

 H1.HeaderClassName
 {
   color: #6185CB;
 }
 .AnyTagClassName
 {
   color: #6185CB;
 }
</style>

background-color css

<style>
 a { background-color: #6185CB; }

 a { background-color: rgb(97,133,203); }

 div.DivClassName
 {
   background-color: #6185CB;
 }
 .BgClassName
 {
   background-color: #6185CB;
 }
</style>

border-color css

<style>
 span { border-color: #6185CB; }

 span { border-color: rgb(97,133,203); }

 td.TdClassName
 {
   border-color: #6185CB;
 }
 .TagClassName
 {
   border-color: #6185CB;
 }
</style>