Html Css Color HEX #677DCB Havelock Blue

📋 copy color: '#677DCB'

red 103 ◦ green 125 ◦ blue 203

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

Shades of Havelock Blue #677DCB

Tints of Havelock Blue #677DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.1%

R = 23.9%
G = 29%
B = 47.1%

CMYK

 C value IS 0.49

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#677DCB (or 0x677DCB) is known color: Havelock Blue. HEX triplet: 67, 7D and CB. RGB value is (103,125,203). Sum of RGB (Red+Green+Blue) = 103+125+203=431 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.90% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #677DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677DCB is #988234. Grayscale: #7E7E7E. Windows color (decimal): -9994805 or 13335911. OLE color: 13335911.

HSL color Cylindrical-coordinate representation of color #677DCB: hue angle of 226.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #677DCB is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 103 125 203 -
CMYK 0.49 0.38 0 0.20
HSL 226.8º 0.49% 0.6% -
HSV(B) 226.8º 0.49% 0.8% -
XYZ 23.71 21.86 59.47 -
YUV 127.31 170.71 110.66 -
System Red Green Blue C M Y K H S L
Decimal 103 125 203 0.49 0.38 0 0.20 226.8 0.49 0.6
Hex 67 7D CB 31 26 0 14 E3 31 3C
Octal 147 175 313 61 46 0 24 343 61 74
Binary 1100111 1111101 11001011 110001 100110 0 10100 11100011 110001 111100

Color Harmonies of #677DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677DCB

Black with #677DCB

Text Example


Text Example

White with #677DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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