Html Css Color HEX #6679D8 Havelock Blue

📋 copy color: '#6679D8'

red 102 ◦ green 121 ◦ blue 216

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

Shades of Havelock Blue #6679D8

Tints of Havelock Blue #6679D8

RGB

 RED value IS 102 (40.23% from 255) = 23.23%

 GREEN value IS 121 (47.66% from 255) = 27.56%

 BLUE value IS 216 (84.77% from 255) = 49.2%

R = 23.23%
G = 27.56%
B = 49.2%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6679D8 (or 0x6679D8) is known color: Havelock Blue. HEX triplet: 66, 79 and D8. RGB value is (102,121,216). Sum of RGB (Red+Green+Blue) = 102+121+216=439 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.23% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 216 (84.77% from 255 or 49.20% from 439); Max value from RGB is 216 - color contains mainly: blue. Hex color #6679D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6679D8 is #998627. Grayscale: #7D7D7D. Windows color (decimal): -10061352 or 14186854. OLE color: 14186854.

HSL color Cylindrical-coordinate representation of color #6679D8: hue angle of 230º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6679D8 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 121 216 -
CMYK 0.53 0.44 0 0.15
HSL 230º 0.59% 0.62% -
HSV(B) 230º 0.53% 0.85% -
XYZ 24.71 21.46 67.81 -
YUV 126.15 178.71 110.78 -
System Red Green Blue C M Y K H S L
Decimal 102 121 216 0.53 0.44 0 0.15 230 0.59 0.62
Hex 66 79 D8 35 2C 0 F E6 3B 3E
Octal 146 171 330 65 54 0 17 346 73 76
Binary 1100110 1111001 11011000 110101 101100 0 1111 11100110 111011 111110

Color Harmonies of #6679D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6679D8

Black with #6679D8

Text Example


Text Example

White with #6679D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6679D8; }

 p { color: rgb(102,121,216); }

 H1.HeaderClassName
 {
   color: #6679D8;
 }
 .AnyTagClassName
 {
   color: #6679D8;
 }
</style>

background-color css

<style>
 a { background-color: #6679D8; }

 a { background-color: rgb(102,121,216); }

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

border-color css

<style>
 span { border-color: #6679D8; }

 span { border-color: rgb(102,121,216); }

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