#6F79BE

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

Shades of Chetwode Blue #6F79BE

Tints of Chetwode Blue #6F79BE

Color information

#6F79BE (or 0x6F79BE) is unknown color: approx Chetwode Blue. HEX triplet: 6F, 79 and BE. RGB value is (111,121,190). Sum of RGB (Red+Green+Blue) = 111+121+190=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F79BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F79BE is #908641. Grayscale: #7D7D7D. Windows color (decimal): -9471554 or 12482927. OLE color: 12482927.

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

Color convert

RGB111121190-
CMYK0.420.3600.25
HSL232.41º37.8%59.02%-
HSV(B)232.41º41.58%74.51%-
XYZ22.6920.7751.53-
YUV125.88164.19117.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.30%
GREEN value IS 121 (47.66% from 255) = 28.67%
BLUE value IS 190 (74.61% from 255) = 45.02%
R=26.30%
G=28.67%
B=45.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111211900.420.3600.25232.4137.859.02
Hex6F79BE2A24019e8263b
Octal15717127652440313504673
Binary110111111110011011111010101010010001100111101000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F79BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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