Html Css Color HEX #6185CF Havelock Blue

📋 copy color: '#6185CF'

red 97 ◦ green 133 ◦ blue 207

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

Shades of Havelock Blue #6185CF

Tints of Havelock Blue #6185CF

RGB

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

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

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

R = 22.2%
G = 30.43%
B = 47.37%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6185CF (or 0x6185CF) is known color: Havelock Blue. HEX triplet: 61, 85 and CF. RGB value is (97,133,207). Sum of RGB (Red+Green+Blue) = 97+133+207=437 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.20% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #6185CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6185CF is #9E7A30. Grayscale: #828282. Windows color (decimal): -10385969 or 13600097. OLE color: 13600097.

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

Color convert

RGB 97 133 207 -
CMYK 0.53 0.36 0 0.19
HSL 220.36º 0.53% 0.6% -
HSV(B) 220.36º 0.53% 0.81% -
XYZ 24.58 23.82 62.33 -
YUV 130.67 171.07 103.98 -
System Red Green Blue C M Y K H S L
Decimal 97 133 207 0.53 0.36 0 0.19 220.36 0.53 0.6
Hex 61 85 CF 35 24 0 13 DC 35 3C
Octal 141 205 317 65 44 0 23 334 65 74
Binary 1100001 10000101 11001111 110101 100100 0 10011 11011100 110101 111100

Color Harmonies of #6185CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6185CF

Black with #6185CF

Text Example


Text Example

White with #6185CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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