#6966BD

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

Shades of Chetwode Blue #6966BD

Tints of Chetwode Blue #6966BD

Color information

#6966BD (or 0x6966BD) is unknown color: approx Chetwode Blue. HEX triplet: 69, 66 and BD. RGB value is (105,102,189). Sum of RGB (Red+Green+Blue) = 105+102+189=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 102 (40.23% from 255 or 25.76% 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 #6966BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6966BD is #969942. Grayscale: #707070. Windows color (decimal): -9869635 or 12412521. OLE color: 12412521.

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

Color convert

RGB105102189-
CMYK0.440.4600.26
HSL242.07º39.73%57.06%-
HSV(B)242.07º46.03%74.12%-
XYZ19.7616.1850.23-
YUV112.82170.99122.43-

RGB Variations

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

RGB

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

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
Decimal1051021890.440.4600.26242.0739.7357.06
Hex6966BD2C2E01Af22839
Octal15114627554560323625071
Binary110100111001101011110110110010111001101011110010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6966BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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