Html Css Color HEX #6481CE Havelock Blue

📋 copy color: '#6481CE'

red 100 ◦ green 129 ◦ blue 206

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

Shades of Havelock Blue #6481CE

Tints of Havelock Blue #6481CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.36%

R = 22.99%
G = 29.66%
B = 47.36%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6481CE (or 0x6481CE) is known color: Havelock Blue. HEX triplet: 64, 81 and CE. RGB value is (100,129,206). Sum of RGB (Red+Green+Blue) = 100+129+206=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #6481CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6481CE is #9B7E31. Grayscale: #808080. Windows color (decimal): -10190386 or 13533540. OLE color: 13533540.

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

Color convert

RGB 100 129 206 -
CMYK 0.51 0.37 0 0.19
HSL 223.58º 0.52% 0.6% -
HSV(B) 223.58º 0.51% 0.81% -
XYZ 24.25 22.87 61.53 -
YUV 129.11 171.39 107.24 -
System Red Green Blue C M Y K H S L
Decimal 100 129 206 0.51 0.37 0 0.19 223.58 0.52 0.6
Hex 64 81 CE 33 25 0 13 E0 34 3C
Octal 144 201 316 63 45 0 23 340 64 74
Binary 1100100 10000001 11001110 110011 100101 0 10011 11100000 110100 111100

Color Harmonies of #6481CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6481CE

Black with #6481CE

Text Example


Text Example

White with #6481CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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