#6E6FA4

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

Shades of Chetwode Blue #6E6FA4

Tints of Chetwode Blue #6E6FA4

Color information

#6E6FA4 (or 0x6E6FA4) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 6F and A4. RGB value is (110,111,164). Sum of RGB (Red+Green+Blue) = 110+111+164=385 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.57% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 164 - color contains mainly: blue. Hex color #6E6FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6FA4 is #91905B. Grayscale: #747474. Windows color (decimal): -9539676 or 10776430. OLE color: 10776430.

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

Color convert

RGB110111164-
CMYK0.330.3200.36
HSL238.89º22.88%53.73%-
HSV(B)238.89º32.93%64.31%-
XYZ18.8217.3637.48-
YUV116.74154.67123.19-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.57%
GREEN value IS 111 (43.75% from 255) = 28.83%
BLUE value IS 164 (64.45% from 255) = 42.60%
R=28.57%
G=28.83%
B=42.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1101111640.330.3200.36238.8922.8853.73
Hex6E6FA42120024ef1736
Octal15615724441400443572766
Binary110111011011111010010010000110000001001001110111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,111,164); }

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

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

 a { background-color: rgb(110,111,164); }

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

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

 span { border-color: rgb(110,111,164); }

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