#6669BD

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

Shades of Chetwode Blue #6669BD

Tints of Chetwode Blue #6669BD

Color information

#6669BD (or 0x6669BD) is unknown color: approx Chetwode Blue. HEX triplet: 66, 69 and BD. RGB value is (102,105,189). Sum of RGB (Red+Green+Blue) = 102+105+189=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #6669BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6669BD is #999642. Grayscale: #717171. Windows color (decimal): -10065475 or 12413286. OLE color: 12413286.

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

Color convert

RGB102105189-
CMYK0.460.4400.26
HSL237.93º39.73%57.06%-
HSV(B)237.93º46.03%74.12%-
XYZ19.7216.650.31-
YUV113.68170.51119.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.76%
GREEN value IS 105 (41.41% from 255) = 26.52%
BLUE value IS 189 (74.22% from 255) = 47.73%
R=25.76%
G=26.52%
B=47.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021051890.460.4400.26237.9339.7357.06
Hex6669BD2E2C01Aee2839
Octal14615127556540323565071
Binary110011011010011011110110111010110001101011101110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6669BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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