Html Css Color HEX #6377D6 Havelock Blue

📋 copy color: '#6377D6'

red 99 ◦ green 119 ◦ blue 214

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

Shades of Havelock Blue #6377D6

Tints of Havelock Blue #6377D6

RGB

 RED value IS 99 (39.06% from 255) = 22.92%

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

 BLUE value IS 214 (83.98% from 255) = 49.54%

R = 22.92%
G = 27.55%
B = 49.54%

CMYK

 C value IS 0.54

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6377D6 (or 0x6377D6) is known color: Havelock Blue. HEX triplet: 63, 77 and D6. RGB value is (99,119,214). Sum of RGB (Red+Green+Blue) = 99+119+214=432 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.92% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 214 (83.98% from 255 or 49.54% from 432); Max value from RGB is 214 - color contains mainly: blue. Hex color #6377D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6377D6 is #9C8829. Grayscale: #7B7B7B. Windows color (decimal): -10258474 or 14055267. OLE color: 14055267.

HSL color Cylindrical-coordinate representation of color #6377D6: hue angle of 229.57º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6377D6 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 99 119 214 -
CMYK 0.54 0.44 0 0.16
HSL 229.57º 0.58% 0.61% -
HSV(B) 229.57º 0.54% 0.84% -
XYZ 23.88 20.7 66.36 -
YUV 123.85 178.87 110.28 -
System Red Green Blue C M Y K H S L
Decimal 99 119 214 0.54 0.44 0 0.16 229.57 0.58 0.61
Hex 63 77 D6 36 2C 0 10 E6 3A 3D
Octal 143 167 326 66 54 0 20 346 72 75
Binary 1100011 1110111 11010110 110110 101100 0 10000 11100110 111010 111101

Color Harmonies of #6377D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6377D6

Black with #6377D6

Text Example


Text Example

White with #6377D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6377D6; }

 p { color: rgb(99,119,214); }

 H1.HeaderClassName
 {
   color: #6377D6;
 }
 .AnyTagClassName
 {
   color: #6377D6;
 }
</style>

background-color css

<style>
 a { background-color: #6377D6; }

 a { background-color: rgb(99,119,214); }

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

border-color css

<style>
 span { border-color: #6377D6; }

 span { border-color: rgb(99,119,214); }

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