Html Css Color HEX #6481CD Havelock Blue

📋 copy color: '#6481CD'

red 100 ◦ green 129 ◦ blue 205

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

Shades of Havelock Blue #6481CD

Tints of Havelock Blue #6481CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.24%

R = 23.04%
G = 29.72%
B = 47.24%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6481CD (or 0x6481CD) is known color: Havelock Blue. HEX triplet: 64, 81 and CD. RGB value is (100,129,205). Sum of RGB (Red+Green+Blue) = 100+129+205=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #6481CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6481CD is #9B7E32. Grayscale: #808080. Windows color (decimal): -10190387 or 13468004. OLE color: 13468004.

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

Color convert

RGB 100 129 205 -
CMYK 0.51 0.37 0 0.20
HSL 223.43º 0.51% 0.6% -
HSV(B) 223.43º 0.51% 0.8% -
XYZ 24.13 22.82 60.89 -
YUV 128.99 170.89 107.32 -
System Red Green Blue C M Y K H S L
Decimal 100 129 205 0.51 0.37 0 0.20 223.43 0.51 0.6
Hex 64 81 CD 33 25 0 14 DF 33 3C
Octal 144 201 315 63 45 0 24 337 63 74
Binary 1100100 10000001 11001101 110011 100101 0 10100 11011111 110011 111100

Color Harmonies of #6481CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6481CD

Black with #6481CD

Text Example


Text Example

White with #6481CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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