#6869C0

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

Shades of Chetwode Blue #6869C0

Tints of Chetwode Blue #6869C0

Color information

#6869C0 (or 0x6869C0) is unknown color: approx Chetwode Blue. HEX triplet: 68, 69 and C0. RGB value is (104,105,192). Sum of RGB (Red+Green+Blue) = 104+105+192=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #6869C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6869C0 is #97963F. Grayscale: #727272. Windows color (decimal): -9934400 or 12609896. OLE color: 12609896.

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

Color convert

RGB104105192-
CMYK0.460.4500.25
HSL239.32º41.12%58.04%-
HSV(B)239.32º45.83%75.29%-
XYZ20.2716.8552.05-
YUV114.62171.67120.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.94%
GREEN value IS 105 (41.41% from 255) = 26.18%
BLUE value IS 192 (75.39% from 255) = 47.88%
R=25.94%
G=26.18%
B=47.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041051920.460.4500.25239.3241.1258.04
Hex6869C02E2D019ef293a
Octal15015130056550313575172
Binary110100011010011100000010111010110101100111101111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6869C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6869C0; }

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

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

<style>
 a { background-color: #6869C0; }

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

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

<style>
 span { border-color: #6869C0; }

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

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