Html Css Color HEX #6481C7 Havelock Blue

📋 copy color: '#6481C7'

red 100 ◦ green 129 ◦ blue 199

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

Shades of Havelock Blue #6481C7

Tints of Havelock Blue #6481C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 46.5%

R = 23.36%
G = 30.14%
B = 46.5%

CMYK

 C value IS 0.50

 M value IS 0.35

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6481C7 (or 0x6481C7) is known color: Havelock Blue. HEX triplet: 64, 81 and C7. RGB value is (100,129,199). Sum of RGB (Red+Green+Blue) = 100+129+199=428 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.36% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 199 (78.12% from 255 or 46.50% from 428); Max value from RGB is 199 - color contains mainly: blue. Hex color #6481C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6481C7 is #9B7E38. Grayscale: #808080. Windows color (decimal): -10190393 or 13074788. OLE color: 13074788.

HSL color Cylindrical-coordinate representation of color #6481C7: hue angle of 222.42º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6481C7 is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 100 129 199 -
CMYK 0.50 0.35 0 0.22
HSL 222.42º 0.47% 0.59% -
HSV(B) 222.42º 0.5% 0.78% -
XYZ 23.41 22.53 57.15 -
YUV 128.31 167.89 107.81 -
System Red Green Blue C M Y K H S L
Decimal 100 129 199 0.50 0.35 0 0.22 222.42 0.47 0.59
Hex 64 81 C7 32 23 0 16 DE 2F 3B
Octal 144 201 307 62 43 0 26 336 57 73
Binary 1100100 10000001 11000111 110010 100011 0 10110 11011110 101111 111011

Color Harmonies of #6481C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6481C7

Black with #6481C7

Text Example


Text Example

White with #6481C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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