#6C79BE

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

Shades of Chetwode Blue #6C79BE

Tints of Chetwode Blue #6C79BE

Color information

#6C79BE (or 0x6C79BE) is unknown color: approx Chetwode Blue. HEX triplet: 6C, 79 and BE. RGB value is (108,121,190). Sum of RGB (Red+Green+Blue) = 108+121+190=419 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.78% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C79BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C79BE is #938641. Grayscale: #7C7C7C. Windows color (decimal): -9668162 or 12482924. OLE color: 12482924.

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

Color convert

RGB108121190-
CMYK0.430.3600.25
HSL230.49º38.68%58.43%-
HSV(B)230.49º43.16%74.51%-
XYZ22.3220.5851.51-
YUV124.98164.69115.89-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.78%
GREEN value IS 121 (47.66% from 255) = 28.88%
BLUE value IS 190 (74.61% from 255) = 45.35%
R=25.78%
G=28.88%
B=45.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081211900.430.3600.25230.4938.6858.43
Hex6C79BE2B24019e6273a
Octal15417127653440313464772
Binary110110011110011011111010101110010001100111100110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C79BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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