Html Css Color HEX #677FCB Havelock Blue

📋 copy color: '#677FCB'

red 103 ◦ green 127 ◦ blue 203

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

Shades of Havelock Blue #677FCB

Tints of Havelock Blue #677FCB

RGB

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

 GREEN value IS 127 (50% from 255) = 29.33%

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

R = 23.79%
G = 29.33%
B = 46.88%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#677FCB (or 0x677FCB) is known color: Havelock Blue. HEX triplet: 67, 7F and CB. RGB value is (103,127,203). Sum of RGB (Red+Green+Blue) = 103+127+203=433 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.79% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #677FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677FCB is #988034. Grayscale: #808080. Windows color (decimal): -9994293 or 13336423. OLE color: 13336423.

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

Color convert

RGB 103 127 203 -
CMYK 0.49 0.37 0 0.20
HSL 225.6º 0.49% 0.6% -
HSV(B) 225.6º 0.49% 0.8% -
XYZ 23.96 22.37 59.56 -
YUV 128.49 170.05 109.82 -
System Red Green Blue C M Y K H S L
Decimal 103 127 203 0.49 0.37 0 0.20 225.6 0.49 0.6
Hex 67 7F CB 31 25 0 14 E2 31 3C
Octal 147 177 313 61 45 0 24 342 61 74
Binary 1100111 1111111 11001011 110001 100101 0 10100 11100010 110001 111100

Color Harmonies of #677FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677FCB

Black with #677FCB

Text Example


Text Example

White with #677FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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