#6670AD

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

Shades of Chetwode Blue #6670AD

Tints of Chetwode Blue #6670AD

Color information

#6670AD (or 0x6670AD) is unknown color: approx Chetwode Blue. HEX triplet: 66, 70 and AD. RGB value is (102,112,173). Sum of RGB (Red+Green+Blue) = 102+112+173=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #6670AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6670AD is #998F52. Grayscale: #737373. Windows color (decimal): -10063699 or 11366502. OLE color: 11366502.

HSL color Cylindrical-coordinate representation of color #6670AD: hue angle of 231.55º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6670AD is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB102112173-
CMYK0.410.3500.32
HSL231.55º30.21%53.92%-
HSV(B)231.55º41.04%67.84%-
XYZ18.8217.4341.91-
YUV115.96160.19118.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.36%
GREEN value IS 112 (44.14% from 255) = 28.94%
BLUE value IS 173 (67.97% from 255) = 44.70%
R=26.36%
G=28.94%
B=44.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021121730.410.3500.32231.5530.2153.92
Hex6670AD2923020e81e36
Octal14616025551430403503666
Binary110011011100001010110110100110001101000001110100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6670AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6670AD; }

 p { color: rgb(102,112,173); }

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

<style>
 a { background-color: #6670AD; }

 a { background-color: rgb(102,112,173); }

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

<style>
 span { border-color: #6670AD; }

 span { border-color: rgb(102,112,173); }

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