#6A6ECC

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

Shades of Chetwode Blue #6A6ECC

Tints of Chetwode Blue #6A6ECC

Color information

#6A6ECC (or 0x6A6ECC) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 6E and CC. RGB value is (106,110,204). Sum of RGB (Red+Green+Blue) = 106+110+204=420 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.24% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #6A6ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A6ECC is #959133. Grayscale: #777777. Windows color (decimal): -9802036 or 13397610. OLE color: 13397610.

HSL color Cylindrical-coordinate representation of color #6A6ECC: hue angle of 237.55º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A6ECC is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB106110204-
CMYK0.480.4600.2
HSL237.55º49%60.78%-
HSV(B)237.55º48.04%80%-
XYZ22.4218.5859.53-
YUV119.52175.67118.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.24%
GREEN value IS 110 (43.36% from 255) = 26.19%
BLUE value IS 204 (80.08% from 255) = 48.57%
R=25.24%
G=26.19%
B=48.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1061102040.480.4600.2237.554960.78
Hex6A6ECC302E014ee313d
Octal15215631460560243566175
Binary110101011011101100110011000010111001010011101110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A6ECC; }

 p { color: rgb(106,110,204); }

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

<style>
 a { background-color: #6A6ECC; }

 a { background-color: rgb(106,110,204); }

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

<style>
 span { border-color: #6A6ECC; }

 span { border-color: rgb(106,110,204); }

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