Html Css Color HEX #677DCD Havelock Blue

📋 copy color: '#677DCD'

red 103 ◦ green 125 ◦ blue 205

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

Shades of Havelock Blue #677DCD

Tints of Havelock Blue #677DCD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.87%

 BLUE value IS 205 (80.47% from 255) = 47.34%

R = 23.79%
G = 28.87%
B = 47.34%

CMYK

 C value IS 0.50

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#677DCD (or 0x677DCD) is known color: Havelock Blue. HEX triplet: 67, 7D and CD. RGB value is (103,125,205). Sum of RGB (Red+Green+Blue) = 103+125+205=433 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.79% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #677DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677DCD is #988232. Grayscale: #7F7F7F. Windows color (decimal): -9994803 or 13466983. OLE color: 13466983.

HSL color Cylindrical-coordinate representation of color #677DCD: hue angle of 227.06º 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 #677DCD is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 103 125 205 -
CMYK 0.50 0.39 0 0.20
HSL 227.06º 0.5% 0.6% -
HSV(B) 227.06º 0.5% 0.8% -
XYZ 23.95 21.96 60.73 -
YUV 127.54 171.71 110.5 -
System Red Green Blue C M Y K H S L
Decimal 103 125 205 0.50 0.39 0 0.20 227.06 0.5 0.6
Hex 67 7D CD 32 27 0 14 E3 32 3C
Octal 147 175 315 62 47 0 24 343 62 74
Binary 1100111 1111101 11001101 110010 100111 0 10100 11100011 110010 111100

Color Harmonies of #677DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677DCD

Black with #677DCD

Text Example


Text Example

White with #677DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,125,205); }

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

background-color css

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

 a { background-color: rgb(103,125,205); }

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

border-color css

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

 span { border-color: rgb(103,125,205); }

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