#6666BD

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

Shades of Chetwode Blue #6666BD

Tints of Chetwode Blue #6666BD

Color information

#6666BD (or 0x6666BD) is unknown color: approx Chetwode Blue. HEX triplet: 66, 66 and BD. RGB value is (102,102,189). Sum of RGB (Red+Green+Blue) = 102+102+189=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #6666BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6666BD is #999942. Grayscale: #6F6F6F. Windows color (decimal): -10066243 or 12412518. OLE color: 12412518.

HSL color Cylindrical-coordinate representation of color #6666BD: hue angle of 240º degrees, saturation: 0.4, 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 #6666BD is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB102102189-
CMYK0.460.4600.26
HSL240º39.73%57.06%-
HSV(B)240º46.03%74.12%-
XYZ19.421650.21-
YUV111.92171.5120.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.95%
GREEN value IS 102 (40.23% from 255) = 25.95%
BLUE value IS 189 (74.22% from 255) = 48.09%
R=25.95%
G=25.95%
B=48.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021021890.460.4600.2624039.7357.06
Hex6666BD2E2E01Af02839
Octal14614627556560323605071
Binary110011011001101011110110111010111001101011110000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6666BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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