Html Css Color HEX #6186CB Havelock Blue

📋 copy color: '#6186CB'

red 97 ◦ green 134 ◦ blue 203

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

Shades of Havelock Blue #6186CB

Tints of Havelock Blue #6186CB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.88%

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

R = 22.35%
G = 30.88%
B = 46.77%

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

#6186CB (or 0x6186CB) is known color: Havelock Blue. HEX triplet: 61, 86 and CB. RGB value is (97,134,203). Sum of RGB (Red+Green+Blue) = 97+134+203=434 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.35% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #6186CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6186CB is #9E7934. Grayscale: #828282. Windows color (decimal): -10385717 or 13338209. OLE color: 13338209.

HSL color Cylindrical-coordinate representation of color #6186CB: hue angle of 219.06º 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 #6186CB is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 134 203 -
CMYK 0.52 0.34 0 0.20
HSL 219.06º 0.5% 0.59% -
HSV(B) 219.06º 0.52% 0.8% -
XYZ 24.23 23.9 59.84 -
YUV 130.8 168.74 103.89 -
System Red Green Blue C M Y K H S L
Decimal 97 134 203 0.52 0.34 0 0.20 219.06 0.5 0.59
Hex 61 86 CB 34 22 0 14 DB 32 3B
Octal 141 206 313 64 42 0 24 333 62 73
Binary 1100001 10000110 11001011 110100 100010 0 10100 11011011 110010 111011

Color Harmonies of #6186CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6186CB

Black with #6186CB

Text Example


Text Example

White with #6186CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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