#6B70AE

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

Shades of Chetwode Blue #6B70AE

Tints of Chetwode Blue #6B70AE

Color information

#6B70AE (or 0x6B70AE) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 70 and AE. RGB value is (107,112,174). Sum of RGB (Red+Green+Blue) = 107+112+174=393 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.23% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B70AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B70AE is #948F51. Grayscale: #757575. Windows color (decimal): -9736018 or 11432043. OLE color: 11432043.

HSL color Cylindrical-coordinate representation of color #6B70AE: hue angle of 235.52º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B70AE is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB107112174-
CMYK0.390.3600.32
HSL235.52º29.26%55.1%-
HSV(B)235.52º38.51%68.24%-
XYZ19.517.7742.45-
YUV117.57159.84120.46-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.23%
GREEN value IS 112 (44.14% from 255) = 28.50%
BLUE value IS 174 (68.36% from 255) = 44.27%
R=27.23%
G=28.50%
B=44.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1071121740.390.3600.32235.5229.2655.1
Hex6B70AE2724020ec1d37
Octal15316025647440403543567
Binary110101111100001010111010011110010001000001110110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B70AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,112,174); }

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

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

 a { background-color: rgb(107,112,174); }

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

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

 span { border-color: rgb(107,112,174); }

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