Html Css Color HEX #6186CF Havelock Blue

📋 copy color: '#6186CF'

red 97 ◦ green 134 ◦ blue 207

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

Shades of Havelock Blue #6186CF

Tints of Havelock Blue #6186CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.26%

R = 22.15%
G = 30.59%
B = 47.26%

CMYK

 C value IS 0.53

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6186CF (or 0x6186CF) is known color: Havelock Blue. HEX triplet: 61, 86 and CF. RGB value is (97,134,207). Sum of RGB (Red+Green+Blue) = 97+134+207=438 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.15% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #6186CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6186CF is #9E7930. Grayscale: #828282. Windows color (decimal): -10385713 or 13600353. OLE color: 13600353.

HSL color Cylindrical-coordinate representation of color #6186CF: hue angle of 219.82º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6186CF is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 134 207 -
CMYK 0.53 0.35 0 0.19
HSL 219.82º 0.53% 0.6% -
HSV(B) 219.82º 0.53% 0.81% -
XYZ 24.72 24.1 62.38 -
YUV 131.26 170.74 103.56 -
System Red Green Blue C M Y K H S L
Decimal 97 134 207 0.53 0.35 0 0.19 219.82 0.53 0.6
Hex 61 86 CF 35 23 0 13 DC 35 3C
Octal 141 206 317 65 43 0 23 334 65 74
Binary 1100001 10000110 11001111 110101 100011 0 10011 11011100 110101 111100

Color Harmonies of #6186CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6186CF

Black with #6186CF

Text Example


Text Example

White with #6186CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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