#6F7AAA

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

Shades of Chetwode Blue #6F7AAA

Tints of Chetwode Blue #6F7AAA

Color information

#6F7AAA (or 0x6F7AAA) is unknown color: approx Chetwode Blue. HEX triplet: 6F, 7A and AA. RGB value is (111,122,170). Sum of RGB (Red+Green+Blue) = 111+122+170=403 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.54% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F7AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7AAA is #908555. Grayscale: #7B7B7B. Windows color (decimal): -9471318 or 11172463. OLE color: 11172463.

HSL color Cylindrical-coordinate representation of color #6F7AAA: hue angle of 228.81º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F7AAA is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB111122170-
CMYK0.350.2800.33
HSL228.81º25.76%55.1%-
HSV(B)228.81º34.71%66.67%-
XYZ20.7720.240.83-
YUV124.18153.86118.6-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.54%
GREEN value IS 122 (48.05% from 255) = 30.27%
BLUE value IS 170 (66.80% from 255) = 42.18%
R=27.54%
G=30.27%
B=42.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111221700.350.2800.33228.8125.7655.1
Hex6F7AAA231C021e51a37
Octal15717225243340413453267
Binary11011111111010101010101000111110001000011110010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,122,170); }

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

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

 a { background-color: rgb(111,122,170); }

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

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

 span { border-color: rgb(111,122,170); }

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