Html Css Color HEX #6477D7 Havelock Blue

📋 copy color: '#6477D7'

red 100 ◦ green 119 ◦ blue 215

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

Shades of Havelock Blue #6477D7

Tints of Havelock Blue #6477D7

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.42%

 BLUE value IS 215 (84.38% from 255) = 49.54%

R = 23.04%
G = 27.42%
B = 49.54%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6477D7 (or 0x6477D7) is known color: Havelock Blue. HEX triplet: 64, 77 and D7. RGB value is (100,119,215). Sum of RGB (Red+Green+Blue) = 100+119+215=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 215 (84.38% from 255 or 49.54% from 434); Max value from RGB is 215 - color contains mainly: blue. Hex color #6477D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6477D7 is #9B8828. Grayscale: #7B7B7B. Windows color (decimal): -10192937 or 14120804. OLE color: 14120804.

HSL color Cylindrical-coordinate representation of color #6477D7: hue angle of 230.09º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6477D7 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 119 215 -
CMYK 0.53 0.45 0 0.16
HSL 230.09º 0.59% 0.62% -
HSV(B) 230.09º 0.53% 0.84% -
XYZ 24.12 20.81 67.04 -
YUV 124.26 179.21 110.69 -
System Red Green Blue C M Y K H S L
Decimal 100 119 215 0.53 0.45 0 0.16 230.09 0.59 0.62
Hex 64 77 D7 35 2D 0 10 E6 3B 3E
Octal 144 167 327 65 55 0 20 346 73 76
Binary 1100100 1110111 11010111 110101 101101 0 10000 11100110 111011 111110

Color Harmonies of #6477D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6477D7

Black with #6477D7

Text Example


Text Example

White with #6477D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6477D7; }

 p { color: rgb(100,119,215); }

 H1.HeaderClassName
 {
   color: #6477D7;
 }
 .AnyTagClassName
 {
   color: #6477D7;
 }
</style>

background-color css

<style>
 a { background-color: #6477D7; }

 a { background-color: rgb(100,119,215); }

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

border-color css

<style>
 span { border-color: #6477D7; }

 span { border-color: rgb(100,119,215); }

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