Html Css Color HEX #677CCC Havelock Blue

📋 copy color: '#677CCC'

red 103 ◦ green 124 ◦ blue 204

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

Shades of Havelock Blue #677CCC

Tints of Havelock Blue #677CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.33%

R = 23.9%
G = 28.77%
B = 47.33%

CMYK

 C value IS 0.50

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#677CCC (or 0x677CCC) is known color: Havelock Blue. HEX triplet: 67, 7C and CC. RGB value is (103,124,204). Sum of RGB (Red+Green+Blue) = 103+124+204=431 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.90% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #677CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677CCC is #988333. Grayscale: #7E7E7E. Windows color (decimal): -9995060 or 13401191. OLE color: 13401191.

HSL color Cylindrical-coordinate representation of color #677CCC: hue angle of 227.52º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #677CCC is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 103 124 204 -
CMYK 0.50 0.39 0 0.2
HSL 227.52º 0.5% 0.6% -
HSV(B) 227.52º 0.5% 0.8% -
XYZ 23.7 21.66 60.06 -
YUV 126.84 171.54 111 -
System Red Green Blue C M Y K H S L
Decimal 103 124 204 0.50 0.39 0 0.2 227.52 0.5 0.6
Hex 67 7C CC 32 27 0 14 E4 32 3C
Octal 147 174 314 62 47 0 24 344 62 74
Binary 1100111 1111100 11001100 110010 100111 0 10100 11100100 110010 111100

Color Harmonies of #677CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677CCC

Black with #677CCC

Text Example


Text Example

White with #677CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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