#6D79B4

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

Shades of Chetwode Blue #6D79B4

Tints of Chetwode Blue #6D79B4

Color information

#6D79B4 (or 0x6D79B4) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 79 and B4. RGB value is (109,121,180). Sum of RGB (Red+Green+Blue) = 109+121+180=410 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.59% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 180 (70.70% from 255 or 43.90% from 410); Max value from RGB is 180 - color contains mainly: blue. Hex color #6D79B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D79B4 is #92864B. Grayscale: #7B7B7B. Windows color (decimal): -9602636 or 11827565. OLE color: 11827565.

HSL color Cylindrical-coordinate representation of color #6D79B4: hue angle of 229.86º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D79B4 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB109121180-
CMYK0.390.3300.29
HSL229.86º32.13%56.67%-
HSV(B)229.86º39.44%70.59%-
XYZ21.3820.2245.96-
YUV124.14159.52117.2-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.59%
GREEN value IS 121 (47.66% from 255) = 29.51%
BLUE value IS 180 (70.70% from 255) = 43.90%
R=26.59%
G=29.51%
B=43.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1091211800.390.3300.29229.8632.1356.67
Hex6D79B4272101De62039
Octal15517126447410353464071
Binary110110111110011011010010011110000101110111100110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D79B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,121,180); }

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

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

 a { background-color: rgb(109,121,180); }

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

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

 span { border-color: rgb(109,121,180); }

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