#6C7BAE

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

Shades of Chetwode Blue #6C7BAE

Tints of Chetwode Blue #6C7BAE

Color information

#6C7BAE (or 0x6C7BAE) is unknown color: approx Chetwode Blue. HEX triplet: 6C, 7B and AE. RGB value is (108,123,174). Sum of RGB (Red+Green+Blue) = 108+123+174=405 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.67% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C7BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7BAE is #938451. Grayscale: #7C7C7C. Windows color (decimal): -9667666 or 11434860. OLE color: 11434860.

HSL color Cylindrical-coordinate representation of color #6C7BAE: hue angle of 226.36º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6C7BAE is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB108123174-
CMYK0.380.2900.32
HSL226.36º28.95%55.29%-
HSV(B)226.36º37.93%68.24%-
XYZ20.9120.4142.88-
YUV124.33156.03116.35-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.67%
GREEN value IS 123 (48.44% from 255) = 30.37%
BLUE value IS 174 (68.36% from 255) = 42.96%
R=26.67%
G=30.37%
B=42.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1081231740.380.2900.32226.3628.9555.29
Hex6C7BAE261D020e21d37
Octal15417325646350403423567
Binary11011001111011101011101001101110101000001110001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,123,174); }

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

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

 a { background-color: rgb(108,123,174); }

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

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

 span { border-color: rgb(108,123,174); }

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