#6A79BC

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

Shades of Chetwode Blue #6A79BC

Tints of Chetwode Blue #6A79BC

Color information

#6A79BC (or 0x6A79BC) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 79 and BC. RGB value is (106,121,188). Sum of RGB (Red+Green+Blue) = 106+121+188=415 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.54% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A79BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A79BC is #958643. Grayscale: #7B7B7B. Windows color (decimal): -9799236 or 12351850. OLE color: 12351850.

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

Color convert

RGB106121188-
CMYK0.440.3600.26
HSL229.02º37.96%57.65%-
HSV(B)229.02º43.62%73.73%-
XYZ21.8620.3750.36-
YUV124.15164.03115.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.54%
GREEN value IS 121 (47.66% from 255) = 29.16%
BLUE value IS 188 (73.83% from 255) = 45.30%
R=25.54%
G=29.16%
B=45.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1061211880.440.3600.26229.0237.9657.65
Hex6A79BC2C2401Ae5263a
Octal15217127454440323454672
Binary110101011110011011110010110010010001101011100101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A79BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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