Html Css Color HEX #6485CF Havelock Blue

📋 copy color: '#6485CF'

red 100 ◦ green 133 ◦ blue 207

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

Shades of Havelock Blue #6485CF

Tints of Havelock Blue #6485CF

RGB

 RED value IS 100 (39.45% from 255) = 22.73%

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

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

R = 22.73%
G = 30.23%
B = 47.05%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6485CF (or 0x6485CF) is known color: Havelock Blue. HEX triplet: 64, 85 and CF. RGB value is (100,133,207). Sum of RGB (Red+Green+Blue) = 100+133+207=440 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.73% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #6485CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6485CF is #9B7A30. Grayscale: #838383. Windows color (decimal): -10189361 or 13600100. OLE color: 13600100.

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

Color convert

RGB 100 133 207 -
CMYK 0.52 0.36 0 0.19
HSL 221.5º 0.53% 0.6% -
HSV(B) 221.5º 0.52% 0.81% -
XYZ 24.91 23.99 62.35 -
YUV 131.57 170.57 105.48 -
System Red Green Blue C M Y K H S L
Decimal 100 133 207 0.52 0.36 0 0.19 221.5 0.53 0.6
Hex 64 85 CF 34 24 0 13 DD 35 3C
Octal 144 205 317 64 44 0 23 335 65 74
Binary 1100100 10000101 11001111 110100 100100 0 10011 11011101 110101 111100

Color Harmonies of #6485CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6485CF

Black with #6485CF

Text Example


Text Example

White with #6485CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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