#6C759E

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

Shades of Chetwode Blue #6C759E

Tints of Chetwode Blue #6C759E

Color information

#6C759E (or 0x6C759E) is unknown color: approx Chetwode Blue. HEX triplet: 6C, 75 and 9E. RGB value is (108,117,158). Sum of RGB (Red+Green+Blue) = 108+117+158=383 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.20% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 158 - color contains mainly: blue. Hex color #6C759E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C759E is #938A61. Grayscale: #767676. Windows color (decimal): -9669218 or 10384748. OLE color: 10384748.

HSL color Cylindrical-coordinate representation of color #6C759E: hue angle of 229.2º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C759E is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB108117158-
CMYK0.320.2600.38
HSL229.2º20.49%52.16%-
HSV(B)229.2º31.65%61.96%-
XYZ18.7218.3834.91-
YUV118.98150.02120.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.20%
GREEN value IS 117 (46.09% from 255) = 30.55%
BLUE value IS 158 (62.11% from 255) = 41.25%
R=28.20%
G=30.55%
B=41.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1081171580.320.2600.38229.220.4952.16
Hex6C759E201A026e51434
Octal15416523640320463452464
Binary11011001110101100111101000001101001001101110010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C759E; }

 p { color: rgb(108,117,158); }

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

<style>
 a { background-color: #6C759E; }

 a { background-color: rgb(108,117,158); }

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

<style>
 span { border-color: #6C759E; }

 span { border-color: rgb(108,117,158); }

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