#6E7BC9

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

Shades of Chetwode Blue #6E7BC9

Tints of Chetwode Blue #6E7BC9

Color information

#6E7BC9 (or 0x6E7BC9) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 7B and C9. RGB value is (110,123,201). Sum of RGB (Red+Green+Blue) = 110+123+201=434 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.35% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 201 (78.91% from 255 or 46.31% from 434); Max value from RGB is 201 - color contains mainly: blue. Hex color #6E7BC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7BC9 is #918436. Grayscale: #7F7F7F. Windows color (decimal): -9536567 or 13204334. OLE color: 13204334.

HSL color Cylindrical-coordinate representation of color #6E7BC9: hue angle of 231.43º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6E7BC9 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB110123201-
CMYK0.450.3900.21
HSL231.43º45.73%60.98%-
HSV(B)231.43º45.27%78.82%-
XYZ24.0621.758.18-
YUV128169.19115.16-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.35%
GREEN value IS 123 (48.44% from 255) = 28.34%
BLUE value IS 201 (78.91% from 255) = 46.31%
R=25.35%
G=28.34%
B=46.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1101232010.450.3900.21231.4345.7360.98
Hex6E7BC92D27015e72e3d
Octal15617331155470253475675
Binary110111011110111100100110110110011101010111100111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,123,201); }

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

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

 a { background-color: rgb(110,123,201); }

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

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

 span { border-color: rgb(110,123,201); }

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