Html Css Color HEX #6481CF Havelock Blue

📋 copy color: '#6481CF'

red 100 ◦ green 129 ◦ blue 207

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

Shades of Havelock Blue #6481CF

Tints of Havelock Blue #6481CF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.59%

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

R = 22.94%
G = 29.59%
B = 47.48%

CMYK

 C value IS 0.52

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6481CF (or 0x6481CF) is known color: Havelock Blue. HEX triplet: 64, 81 and CF. RGB value is (100,129,207). Sum of RGB (Red+Green+Blue) = 100+129+207=436 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.94% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #6481CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6481CF is #9B7E30. Grayscale: #808080. Windows color (decimal): -10190385 or 13599076. OLE color: 13599076.

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

Color convert

RGB 100 129 207 -
CMYK 0.52 0.38 0 0.19
HSL 223.74º 0.53% 0.6% -
HSV(B) 223.74º 0.52% 0.81% -
XYZ 24.37 22.91 62.17 -
YUV 129.22 171.89 107.16 -
System Red Green Blue C M Y K H S L
Decimal 100 129 207 0.52 0.38 0 0.19 223.74 0.53 0.6
Hex 64 81 CF 34 26 0 13 E0 35 3C
Octal 144 201 317 64 46 0 23 340 65 74
Binary 1100100 10000001 11001111 110100 100110 0 10011 11100000 110101 111100

Color Harmonies of #6481CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6481CF

Black with #6481CF

Text Example


Text Example

White with #6481CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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