#6666BA

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

Shades of Chetwode Blue #6666BA

Tints of Chetwode Blue #6666BA

Color information

#6666BA (or 0x6666BA) is unknown color: approx Chetwode Blue. HEX triplet: 66, 66 and BA. RGB value is (102,102,186). Sum of RGB (Red+Green+Blue) = 102+102+186=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #6666BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6666BA is #999945. Grayscale: #6F6F6F. Windows color (decimal): -10066246 or 12215910. OLE color: 12215910.

HSL color Cylindrical-coordinate representation of color #6666BA: hue angle of 240º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6666BA is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB102102186-
CMYK0.450.4500.27
HSL240º37.84%56.47%-
HSV(B)240º45.16%72.94%-
XYZ19.0915.8748.51-
YUV111.58170121.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.15%
GREEN value IS 102 (40.23% from 255) = 26.15%
BLUE value IS 186 (73.05% from 255) = 47.69%
R=26.15%
G=26.15%
B=47.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021021860.450.4500.2724037.8456.47
Hex6666BA2D2D01Bf02638
Octal14614627255550333604670
Binary110011011001101011101010110110110101101111110000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6666BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6666BA; }

 p { color: rgb(102,102,186); }

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

<style>
 a { background-color: #6666BA; }

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

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

<style>
 span { border-color: #6666BA; }

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

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