#6B6EA2

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

Shades of Chetwode Blue #6B6EA2

Tints of Chetwode Blue #6B6EA2

Color information

#6B6EA2 (or 0x6B6EA2) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 6E and A2. RGB value is (107,110,162). Sum of RGB (Red+Green+Blue) = 107+110+162=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 162 (63.67% from 255 or 42.74% from 379); Max value from RGB is 162 - color contains mainly: blue. Hex color #6B6EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6EA2 is #94915D. Grayscale: #727272. Windows color (decimal): -9736542 or 10645099. OLE color: 10645099.

HSL color Cylindrical-coordinate representation of color #6B6EA2: hue angle of 236.73º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6B6EA2 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB107110162-
CMYK0.340.3200.36
HSL236.73º22.82%52.75%-
HSV(B)236.73º33.95%63.53%-
XYZ18.1616.8936.48-
YUV115.03154.51122.27-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.23%
GREEN value IS 110 (43.36% from 255) = 29.02%
BLUE value IS 162 (63.67% from 255) = 42.74%
R=28.23%
G=29.02%
B=42.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1071101620.340.3200.36236.7322.8252.75
Hex6B6EA22220024ed1735
Octal15315624242400443552765
Binary110101111011101010001010001010000001001001110110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,110,162); }

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

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

 a { background-color: rgb(107,110,162); }

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

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

 span { border-color: rgb(107,110,162); }

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