#677DB0

Color #677DB0 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #677DB0

Tints of Chetwode Blue #677DB0

Color information

#677DB0 (or 0x677DB0) is unknown color: approx Chetwode Blue. HEX triplet: 67, 7D and B0. RGB value is (103,125,176). Sum of RGB (Red+Green+Blue) = 103+125+176=404 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.50% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 176 - color contains mainly: blue. Hex color #677DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677DB0 is #98824F. Grayscale: #7C7C7C. Windows color (decimal): -9994832 or 11566439. OLE color: 11566439.

HSL color Cylindrical-coordinate representation of color #677DB0: hue angle of 221.92º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #677DB0 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB103125176-
CMYK0.410.2900.31
HSL221.92º31.6%54.71%-
HSV(B)221.92º41.48%69.02%-
XYZ20.7620.6943.97-
YUV124.24157.21112.85-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.50%
GREEN value IS 125 (49.22% from 255) = 30.94%
BLUE value IS 176 (69.14% from 255) = 43.56%
R=25.50%
G=30.94%
B=43.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1031251760.410.2900.31221.9231.654.71
Hex677DB0291D01Fde2037
Octal14717526051350373364067
Binary11001111111101101100001010011110101111111011110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #677DB0;
 }
 .AnyTagClassName
 {
   color: #677DB0;
 }
</style>
background-color css

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

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

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

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

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

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