#6674A4

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

Shades of Chetwode Blue #6674A4

Tints of Chetwode Blue #6674A4

Color information

#6674A4 (or 0x6674A4) is unknown color: approx Chetwode Blue. HEX triplet: 66, 74 and A4. RGB value is (102,116,164). Sum of RGB (Red+Green+Blue) = 102+116+164=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 164 (64.45% from 255 or 42.93% from 382); Max value from RGB is 164 - color contains mainly: blue. Hex color #6674A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6674A4 is #998B5B. Grayscale: #757575. Windows color (decimal): -10062684 or 10777702. OLE color: 10777702.

HSL color Cylindrical-coordinate representation of color #6674A4: hue angle of 226.45º 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 #6674A4 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB102116164-
CMYK0.380.2900.36
HSL226.45º25.41%52.16%-
HSV(B)226.45º37.8%64.31%-
XYZ18.431837.62-
YUV117.29154.36117.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.70%
GREEN value IS 116 (45.70% from 255) = 30.37%
BLUE value IS 164 (64.45% from 255) = 42.93%
R=26.70%
G=30.37%
B=42.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1021161640.380.2900.36226.4525.4152.16
Hex6674A4261D024e21934
Octal14616424446350443423164
Binary11001101110100101001001001101110101001001110001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6674A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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