#6966B8

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

Shades of Chetwode Blue #6966B8

Tints of Chetwode Blue #6966B8

Color information

#6966B8 (or 0x6966B8) is unknown color: approx Chetwode Blue. HEX triplet: 69, 66 and B8. RGB value is (105,102,184). Sum of RGB (Red+Green+Blue) = 105+102+184=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 184 (72.27% from 255 or 47.06% from 391); Max value from RGB is 184 - color contains mainly: blue. Hex color #6966B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6966B8 is #969947. Grayscale: #6F6F6F. Windows color (decimal): -9869640 or 12084841. OLE color: 12084841.

HSL color Cylindrical-coordinate representation of color #6966B8: hue angle of 242.2º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6966B8 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB105102184-
CMYK0.430.4500.28
HSL242.2º36.61%56.08%-
HSV(B)242.2º44.57%72.16%-
XYZ19.2315.9747.42-
YUV112.24168.49122.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.85%
GREEN value IS 102 (40.23% from 255) = 26.09%
BLUE value IS 184 (72.27% from 255) = 47.06%
R=26.85%
G=26.09%
B=47.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1051021840.430.4500.28242.236.6156.08
Hex6966B82B2D01Cf22538
Octal15114627053550343624570
Binary110100111001101011100010101110110101110011110010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6966B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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