Html Css Color HEX #6481CA Havelock Blue

📋 copy color: '#6481CA'

red 100 ◦ green 129 ◦ blue 202

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

Shades of Havelock Blue #6481CA

Tints of Havelock Blue #6481CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.87%

R = 23.2%
G = 29.93%
B = 46.87%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6481CA (or 0x6481CA) is known color: Havelock Blue. HEX triplet: 64, 81 and CA. RGB value is (100,129,202). Sum of RGB (Red+Green+Blue) = 100+129+202=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #6481CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6481CA is #9B7E35. Grayscale: #808080. Windows color (decimal): -10190390 or 13271396. OLE color: 13271396.

HSL color Cylindrical-coordinate representation of color #6481CA: hue angle of 222.94º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6481CA is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 129 202 -
CMYK 0.50 0.36 0 0.21
HSL 222.94º 0.49% 0.59% -
HSV(B) 222.94º 0.5% 0.79% -
XYZ 23.77 22.67 59 -
YUV 128.65 169.39 107.56 -
System Red Green Blue C M Y K H S L
Decimal 100 129 202 0.50 0.36 0 0.21 222.94 0.49 0.59
Hex 64 81 CA 32 24 0 15 DF 31 3B
Octal 144 201 312 62 44 0 25 337 61 73
Binary 1100100 10000001 11001010 110010 100100 0 10101 11011111 110001 111011

Color Harmonies of #6481CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6481CA

Black with #6481CA

Text Example


Text Example

White with #6481CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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