#6F70BE

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

Shades of Chetwode Blue #6F70BE

Tints of Chetwode Blue #6F70BE

Color information

#6F70BE (or 0x6F70BE) is unknown color: approx Chetwode Blue. HEX triplet: 6F, 70 and BE. RGB value is (111,112,190). Sum of RGB (Red+Green+Blue) = 111+112+190=413 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.88% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F70BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F70BE is #908F41. Grayscale: #787878. Windows color (decimal): -9473858 or 12480623. OLE color: 12480623.

HSL color Cylindrical-coordinate representation of color #6F70BE: hue angle of 239.24º 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 #6F70BE is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB111112190-
CMYK0.420.4100.25
HSL239.24º37.8%59.02%-
HSV(B)239.24º41.58%74.51%-
XYZ21.6418.6951.18-
YUV120.59167.17121.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.88%
GREEN value IS 112 (44.14% from 255) = 27.12%
BLUE value IS 190 (74.61% from 255) = 46.00%
R=26.88%
G=27.12%
B=46.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111121900.420.4100.25239.2437.859.02
Hex6F70BE2A29019ef263b
Octal15716027652510313574673
Binary110111111100001011111010101010100101100111101111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F70BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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