#6E79BC

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

Shades of Chetwode Blue #6E79BC

Tints of Chetwode Blue #6E79BC

Color information

#6E79BC (or 0x6E79BC) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 79 and BC. RGB value is (110,121,188). Sum of RGB (Red+Green+Blue) = 110+121+188=419 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.25% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E79BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E79BC is #918643. Grayscale: #7D7D7D. Windows color (decimal): -9537092 or 12351854. OLE color: 12351854.

HSL color Cylindrical-coordinate representation of color #6E79BC: hue angle of 231.54º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6E79BC is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB110121188-
CMYK0.410.3600.26
HSL231.54º36.79%58.43%-
HSV(B)231.54º41.49%73.73%-
XYZ22.3420.6250.38-
YUV125.35163.36117.05-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.25%
GREEN value IS 121 (47.66% from 255) = 28.88%
BLUE value IS 188 (73.83% from 255) = 44.87%
R=26.25%
G=28.88%
B=44.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101211880.410.3600.26231.5436.7958.43
Hex6E79BC292401Ae8253a
Octal15617127451440323504572
Binary110111011110011011110010100110010001101011101000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E79BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,121,188); }

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

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

 a { background-color: rgb(110,121,188); }

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

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

 span { border-color: rgb(110,121,188); }

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