#6A66BC

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

Shades of Chetwode Blue #6A66BC

Tints of Chetwode Blue #6A66BC

Color information

#6A66BC (or 0x6A66BC) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 66 and BC. RGB value is (106,102,188). Sum of RGB (Red+Green+Blue) = 106+102+188=396 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.77% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A66BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A66BC is #959943. Grayscale: #707070. Windows color (decimal): -9804100 or 12346986. OLE color: 12346986.

HSL color Cylindrical-coordinate representation of color #6A66BC: hue angle of 242.79º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A66BC is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB106102188-
CMYK0.440.4600.26
HSL242.79º39.09%56.86%-
HSV(B)242.79º45.74%73.73%-
XYZ19.7716.249.66-
YUV113170.33123.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.77%
GREEN value IS 102 (40.23% from 255) = 25.76%
BLUE value IS 188 (73.83% from 255) = 47.47%
R=26.77%
G=25.76%
B=47.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1061021880.440.4600.26242.7939.0956.86
Hex6A66BC2C2E01Af32739
Octal15214627454560323634771
Binary110101011001101011110010110010111001101011110011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A66BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,102,188); }

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

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

 a { background-color: rgb(106,102,188); }

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

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

 span { border-color: rgb(106,102,188); }

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