#6A79C0

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

Shades of Chetwode Blue #6A79C0

Tints of Chetwode Blue #6A79C0

Color information

#6A79C0 (or 0x6A79C0) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 79 and C0. RGB value is (106,121,192). Sum of RGB (Red+Green+Blue) = 106+121+192=419 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.30% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #6A79C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A79C0 is #95863F. Grayscale: #7C7C7C. Windows color (decimal): -9799232 or 12613994. OLE color: 12613994.

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

Color convert

RGB106121192-
CMYK0.450.3700.25
HSL229.53º40.57%58.43%-
HSV(B)229.53º44.79%75.29%-
XYZ22.320.5452.66-
YUV124.61166.03114.73-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.30%
GREEN value IS 121 (47.66% from 255) = 28.88%
BLUE value IS 192 (75.39% from 255) = 45.82%
R=25.30%
G=28.88%
B=45.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061211920.450.3700.25229.5340.5758.43
Hex6A79C02D25019e6293a
Octal15217130055450313465172
Binary110101011110011100000010110110010101100111100110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A79C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,121,192); }

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

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

 a { background-color: rgb(106,121,192); }

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

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

 span { border-color: rgb(106,121,192); }

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