#6670A4

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

Shades of Chetwode Blue #6670A4

Tints of Chetwode Blue #6670A4

Color information

#6670A4 (or 0x6670A4) is unknown color: approx Chetwode Blue. HEX triplet: 66, 70 and A4. RGB value is (102,112,164). Sum of RGB (Red+Green+Blue) = 102+112+164=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 164 (64.45% from 255 or 43.39% from 378); Max value from RGB is 164 - color contains mainly: blue. Hex color #6670A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6670A4 is #998F5B. Grayscale: #727272. Windows color (decimal): -10063708 or 10776678. OLE color: 10776678.

HSL color Cylindrical-coordinate representation of color #6670A4: hue angle of 230.32º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6670A4 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB102112164-
CMYK0.380.3200.36
HSL230.32º25.41%52.16%-
HSV(B)230.32º37.8%64.31%-
XYZ17.9717.0937.47-
YUV114.94155.69118.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.98%
GREEN value IS 112 (44.14% from 255) = 29.63%
BLUE value IS 164 (64.45% from 255) = 43.39%
R=26.98%
G=29.63%
B=43.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1021121640.380.3200.36230.3225.4152.16
Hex6670A42620024e61934
Octal14616024446400443463164
Binary110011011100001010010010011010000001001001110011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6670A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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