#6967BF

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

Shades of Chetwode Blue #6967BF

Tints of Chetwode Blue #6967BF

Color information

#6967BF (or 0x6967BF) is unknown color: approx Chetwode Blue. HEX triplet: 69, 67 and BF. RGB value is (105,103,191). Sum of RGB (Red+Green+Blue) = 105+103+191=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #6967BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6967BF is #969840. Grayscale: #717171. Windows color (decimal): -9869377 or 12543849. OLE color: 12543849.

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

Color convert

RGB105103191-
CMYK0.450.4600.25
HSL241.36º40.74%57.65%-
HSV(B)241.36º46.07%74.9%-
XYZ20.0816.4751.41-
YUV113.63171.66121.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.32%
GREEN value IS 103 (40.62% from 255) = 25.81%
BLUE value IS 191 (75% from 255) = 47.87%
R=26.32%
G=25.81%
B=47.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051031910.450.4600.25241.3640.7457.65
Hex6967BF2D2E019f1293a
Octal15114727755560313615172
Binary110100111001111011111110110110111001100111110001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6967BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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