#6A79D3

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

Shades of Chetwode Blue #6A79D3

Tints of Chetwode Blue #6A79D3

Color information

#6A79D3 (or 0x6A79D3) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 79 and D3. RGB value is (106,121,211). Sum of RGB (Red+Green+Blue) = 106+121+211=438 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.20% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 211 (82.81% from 255 or 48.17% from 438); Max value from RGB is 211 - color contains mainly: blue. Hex color #6A79D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A79D3 is #95862C. Grayscale: #7E7E7E. Windows color (decimal): -9799213 or 13859178. OLE color: 13859178.

HSL color Cylindrical-coordinate representation of color #6A79D3: hue angle of 231.43º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6A79D3 is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB106121211-
CMYK0.500.4300.17
HSL231.43º54.4%62.16%-
HSV(B)231.43º49.76%82.75%-
XYZ24.5421.4464.47-
YUV126.78175.53113.18-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.20%
GREEN value IS 121 (47.66% from 255) = 27.63%
BLUE value IS 211 (82.81% from 255) = 48.17%
R=24.20%
G=27.63%
B=48.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1061212110.500.4300.17231.4354.462.16
Hex6A79D3322B011e7363e
Octal15217132362530213476676
Binary110101011110011101001111001010101101000111100111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A79D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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