#606AC3

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

Shades of Chetwode Blue #606AC3

Tints of Chetwode Blue #606AC3

Color information

#606AC3 (or 0x606AC3) is unknown color: approx Chetwode Blue. HEX triplet: 60, 6A and C3. RGB value is (96,106,195). Sum of RGB (Red+Green+Blue) = 96+106+195=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 195 (76.56% from 255 or 49.12% from 397); Max value from RGB is 195 - color contains mainly: blue. Hex color #606AC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606AC3 is #9F953C. Grayscale: #707070. Windows color (decimal): -10458429 or 12806752. OLE color: 12806752.

HSL color Cylindrical-coordinate representation of color #606AC3: hue angle of 233.94º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #606AC3 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB96106195-
CMYK0.510.4600.24
HSL233.94º45.21%57.06%-
HSV(B)233.94º50.77%76.47%-
XYZ19.8316.7353.81-
YUV113.16174.19115.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.18%
GREEN value IS 106 (41.80% from 255) = 26.70%
BLUE value IS 195 (76.56% from 255) = 49.12%
R=24.18%
G=26.70%
B=49.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal961061950.510.4600.24233.9445.2157.06
Hex606AC3332E018ea2d39
Octal14015230363560303525571
Binary110000011010101100001111001110111001100011101010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606AC3; }

 p { color: rgb(96,106,195); }

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

<style>
 a { background-color: #606AC3; }

 a { background-color: rgb(96,106,195); }

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

<style>
 span { border-color: #606AC3; }

 span { border-color: rgb(96,106,195); }

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