#6969BF

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

Shades of Chetwode Blue #6969BF

Tints of Chetwode Blue #6969BF

Color information

#6969BF (or 0x6969BF) is unknown color: approx Chetwode Blue. HEX triplet: 69, 69 and BF. RGB value is (105,105,191). Sum of RGB (Red+Green+Blue) = 105+105+191=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #6969BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6969BF is #969640. Grayscale: #727272. Windows color (decimal): -9868865 or 12544361. OLE color: 12544361.

HSL color Cylindrical-coordinate representation of color #6969BF: hue angle of 240º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6969BF is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB105105191-
CMYK0.450.4500.25
HSL240º40.19%58.04%-
HSV(B)240º45.03%74.9%-
XYZ20.2816.8751.48-
YUV114.8171121.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.18%
GREEN value IS 105 (41.41% from 255) = 26.18%
BLUE value IS 191 (75% from 255) = 47.63%
R=26.18%
G=26.18%
B=47.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051051910.450.4500.2524040.1958.04
Hex6969BF2D2D019f0283a
Octal15115127755550313605072
Binary110100111010011011111110110110110101100111110000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6969BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6969BF; }

 p { color: rgb(105,105,191); }

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

<style>
 a { background-color: #6969BF; }

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

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

<style>
 span { border-color: #6969BF; }

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

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