#6A70BE

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

Shades of Chetwode Blue #6A70BE

Tints of Chetwode Blue #6A70BE

Color information

#6A70BE (or 0x6A70BE) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 70 and BE. RGB value is (106,112,190). Sum of RGB (Red+Green+Blue) = 106+112+190=408 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.98% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A70BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A70BE is #958F41. Grayscale: #767676. Windows color (decimal): -9801538 or 12480618. OLE color: 12480618.

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

Color convert

RGB106112190-
CMYK0.440.4100.25
HSL235.71º39.25%58.04%-
HSV(B)235.71º44.21%74.51%-
XYZ21.0318.3751.15-
YUV119.1168.01118.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.98%
GREEN value IS 112 (44.14% from 255) = 27.45%
BLUE value IS 190 (74.61% from 255) = 46.57%
R=25.98%
G=27.45%
B=46.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061121900.440.4100.25235.7139.2558.04
Hex6A70BE2C29019ec273a
Octal15216027654510313544772
Binary110101011100001011111010110010100101100111101100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A70BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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