#6B6FAE

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

Shades of Chetwode Blue #6B6FAE

Tints of Chetwode Blue #6B6FAE

Color information

#6B6FAE (or 0x6B6FAE) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 6F and AE. RGB value is (107,111,174). Sum of RGB (Red+Green+Blue) = 107+111+174=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B6FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6FAE is #949051. Grayscale: #747474. Windows color (decimal): -9736274 or 11431787. OLE color: 11431787.

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

Color convert

RGB107111174-
CMYK0.390.3600.32
HSL236.42º29.26%55.1%-
HSV(B)236.42º38.51%68.24%-
XYZ19.3917.5542.41-
YUV116.99160.17120.88-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.30%
GREEN value IS 111 (43.75% from 255) = 28.32%
BLUE value IS 174 (68.36% from 255) = 44.39%
R=27.30%
G=28.32%
B=44.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1071111740.390.3600.32236.4229.2655.1
Hex6B6FAE2724020ec1d37
Octal15315725647440403543567
Binary110101111011111010111010011110010001000001110110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,111,174); }

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

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

 a { background-color: rgb(107,111,174); }

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

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

 span { border-color: rgb(107,111,174); }

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