Html Css Color HEX #677DCF Havelock Blue

📋 copy color: '#677DCF'

red 103 ◦ green 125 ◦ blue 207

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

Shades of Havelock Blue #677DCF

Tints of Havelock Blue #677DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.59%

R = 23.68%
G = 28.74%
B = 47.59%

CMYK

 C value IS 0.50

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#677DCF (or 0x677DCF) is known color: Havelock Blue. HEX triplet: 67, 7D and CF. RGB value is (103,125,207). Sum of RGB (Red+Green+Blue) = 103+125+207=435 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.68% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #677DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677DCF is #988230. Grayscale: #7F7F7F. Windows color (decimal): -9994801 or 13598055. OLE color: 13598055.

HSL color Cylindrical-coordinate representation of color #677DCF: hue angle of 227.31º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #677DCF is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 125 207 -
CMYK 0.50 0.40 0 0.19
HSL 227.31º 0.52% 0.61% -
HSV(B) 227.31º 0.5% 0.81% -
XYZ 24.19 22.06 62.01 -
YUV 127.77 172.71 110.33 -
System Red Green Blue C M Y K H S L
Decimal 103 125 207 0.50 0.40 0 0.19 227.31 0.52 0.61
Hex 67 7D CF 32 28 0 13 E3 34 3D
Octal 147 175 317 62 50 0 23 343 64 75
Binary 1100111 1111101 11001111 110010 101000 0 10011 11100011 110100 111101

Color Harmonies of #677DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677DCF

Black with #677DCF

Text Example


Text Example

White with #677DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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