#6968BE

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

Shades of Chetwode Blue #6968BE

Tints of Chetwode Blue #6968BE

Color information

#6968BE (or 0x6968BE) is unknown color: approx Chetwode Blue. HEX triplet: 69, 68 and BE. RGB value is (105,104,190). Sum of RGB (Red+Green+Blue) = 105+104+190=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #6968BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6968BE is #969741. Grayscale: #717171. Windows color (decimal): -9869122 or 12478569. OLE color: 12478569.

HSL color Cylindrical-coordinate representation of color #6968BE: hue angle of 240.7º 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 #6968BE is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB105104190-
CMYK0.450.4500.25
HSL240.7º39.81%57.65%-
HSV(B)240.7º45.26%74.51%-
XYZ20.0716.6250.87-
YUV114.1170.83121.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.32%
GREEN value IS 104 (41.02% from 255) = 26.07%
BLUE value IS 190 (74.61% from 255) = 47.62%
R=26.32%
G=26.07%
B=47.62%

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
Decimal1051041900.450.4500.25240.739.8157.65
Hex6968BE2D2D019f1283a
Octal15115027655550313615072
Binary110100111010001011111010110110110101100111110001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6968BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6968BE; }

 p { color: rgb(105,104,190); }

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

<style>
 a { background-color: #6968BE; }

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

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

<style>
 span { border-color: #6968BE; }

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

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