#6A79BE

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

Shades of Chetwode Blue #6A79BE

Tints of Chetwode Blue #6A79BE

Color information

#6A79BE (or 0x6A79BE) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 79 and BE. RGB value is (106,121,190). Sum of RGB (Red+Green+Blue) = 106+121+190=417 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.42% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A79BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A79BE is #958641. Grayscale: #7C7C7C. Windows color (decimal): -9799234 or 12482922. OLE color: 12482922.

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

Color convert

RGB106121190-
CMYK0.440.3600.25
HSL229.29º39.25%58.04%-
HSV(B)229.29º44.21%74.51%-
XYZ22.0820.4651.5-
YUV124.38165.03114.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.42%
GREEN value IS 121 (47.66% from 255) = 29.02%
BLUE value IS 190 (74.61% from 255) = 45.56%
R=25.42%
G=29.02%
B=45.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061211900.440.3600.25229.2939.2558.04
Hex6A79BE2C24019e5273a
Octal15217127654440313454772
Binary110101011110011011111010110010010001100111100101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A79BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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