Html Css Color HEX #677CD8 Havelock Blue

📋 copy color: '#677CD8'

red 103 ◦ green 124 ◦ blue 216

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

Shades of Havelock Blue #677CD8

Tints of Havelock Blue #677CD8

RGB

 RED value IS 103 (40.63% from 255) = 23.25%

 GREEN value IS 124 (48.83% from 255) = 27.99%

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

R = 23.25%
G = 27.99%
B = 48.76%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#677CD8 (or 0x677CD8) is known color: Havelock Blue. HEX triplet: 67, 7C and D8. RGB value is (103,124,216). Sum of RGB (Red+Green+Blue) = 103+124+216=443 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.25% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 216 (84.77% from 255 or 48.76% from 443); Max value from RGB is 216 - color contains mainly: blue. Hex color #677CD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677CD8 is #988327. Grayscale: #7F7F7F. Windows color (decimal): -9995048 or 14187623. OLE color: 14187623.

HSL color Cylindrical-coordinate representation of color #677CD8: hue angle of 228.85º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #677CD8 is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 103 124 216 -
CMYK 0.52 0.43 0 0.15
HSL 228.85º 0.59% 0.63% -
HSV(B) 228.85º 0.52% 0.85% -
XYZ 25.2 22.26 67.93 -
YUV 128.21 177.54 110.02 -
System Red Green Blue C M Y K H S L
Decimal 103 124 216 0.52 0.43 0 0.15 228.85 0.59 0.63
Hex 67 7C D8 34 2B 0 F E5 3B 3F
Octal 147 174 330 64 53 0 17 345 73 77
Binary 1100111 1111100 11011000 110100 101011 0 1111 11100101 111011 111111

Color Harmonies of #677CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677CD8

Black with #677CD8

Text Example


Text Example

White with #677CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677CD8; }

 p { color: rgb(103,124,216); }

 H1.HeaderClassName
 {
   color: #677CD8;
 }
 .AnyTagClassName
 {
   color: #677CD8;
 }
</style>

background-color css

<style>
 a { background-color: #677CD8; }

 a { background-color: rgb(103,124,216); }

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

border-color css

<style>
 span { border-color: #677CD8; }

 span { border-color: rgb(103,124,216); }

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