#6E7CC0

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

Shades of Chetwode Blue #6E7CC0

Tints of Chetwode Blue #6E7CC0

Color information

#6E7CC0 (or 0x6E7CC0) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 7C and C0. RGB value is (110,124,192). Sum of RGB (Red+Green+Blue) = 110+124+192=426 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.82% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 192 - color contains mainly: blue. Hex color #6E7CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7CC0 is #91833F. Grayscale: #7F7F7F. Windows color (decimal): -9536320 or 12614766. OLE color: 12614766.

HSL color Cylindrical-coordinate representation of color #6E7CC0: hue angle of 229.76º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E7CC0 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB110124192-
CMYK0.430.3500.25
HSL229.76º39.42%59.22%-
HSV(B)229.76º42.71%75.29%-
XYZ23.1521.5452.81-
YUV127.57164.36115.47-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.82%
GREEN value IS 124 (48.83% from 255) = 29.11%
BLUE value IS 192 (75.39% from 255) = 45.07%
R=25.82%
G=29.11%
B=45.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1101241920.430.3500.25229.7639.4259.22
Hex6E7CC02B23019e6273b
Octal15617430053430313464773
Binary110111011111001100000010101110001101100111100110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,124,192); }

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

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

 a { background-color: rgb(110,124,192); }

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

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

 span { border-color: rgb(110,124,192); }

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