#6F6FAD

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

Shades of Chetwode Blue #6F6FAD

Tints of Chetwode Blue #6F6FAD

Color information

#6F6FAD (or 0x6F6FAD) is unknown color: approx Chetwode Blue. HEX triplet: 6F, 6F and AD. RGB value is (111,111,173). Sum of RGB (Red+Green+Blue) = 111+111+173=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F6FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6FAD is #909052. Grayscale: #757575. Windows color (decimal): -9474131 or 11366255. OLE color: 11366255.

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

Color convert

RGB111111173-
CMYK0.360.3600.32
HSL240º27.43%55.69%-
HSV(B)240º35.84%67.84%-
XYZ19.7817.7741.92-
YUV118.07159122.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.10%
GREEN value IS 111 (43.75% from 255) = 28.10%
BLUE value IS 173 (67.97% from 255) = 43.80%
R=28.10%
G=28.10%
B=43.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1111111730.360.3600.3224027.4355.69
Hex6F6FAD2424020f01b38
Octal15715725544440403603370
Binary110111111011111010110110010010010001000001111000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,111,173); }

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

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

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

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

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

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

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