Html Css Color HEX #6187CF Havelock Blue

📋 copy color: '#6187CF'

red 97 ◦ green 135 ◦ blue 207

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

Shades of Havelock Blue #6187CF

Tints of Havelock Blue #6187CF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.75%

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

R = 22.1%
G = 30.75%
B = 47.15%

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

#6187CF (or 0x6187CF) is known color: Havelock Blue. HEX triplet: 61, 87 and CF. RGB value is (97,135,207). Sum of RGB (Red+Green+Blue) = 97+135+207=439 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.10% from 439); Green value is 135 (53.12% from 255 or 30.75% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #6187CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6187CF is #9E7830. Grayscale: #838383. Windows color (decimal): -10385457 or 13600609. OLE color: 13600609.

HSL color Cylindrical-coordinate representation of color #6187CF: hue angle of 219.27º 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 #6187CF is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 135 207 -
CMYK 0.53 0.35 0 0.19
HSL 219.27º 0.53% 0.6% -
HSV(B) 219.27º 0.53% 0.81% -
XYZ 24.86 24.37 62.43 -
YUV 131.85 170.41 103.15 -
System Red Green Blue C M Y K H S L
Decimal 97 135 207 0.53 0.35 0 0.19 219.27 0.53 0.6
Hex 61 87 CF 35 23 0 13 DB 35 3C
Octal 141 207 317 65 43 0 23 333 65 74
Binary 1100001 10000111 11001111 110101 100011 0 10011 11011011 110101 111100

Color Harmonies of #6187CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6187CF

Black with #6187CF

Text Example


Text Example

White with #6187CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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