#6F6DAF

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

Shades of Chetwode Blue #6F6DAF

Tints of Chetwode Blue #6F6DAF

Color information

#6F6DAF (or 0x6F6DAF) is unknown color: approx Chetwode Blue. HEX triplet: 6F, 6D and AF. RGB value is (111,109,175). Sum of RGB (Red+Green+Blue) = 111+109+175=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #6F6DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6DAF is #909250. Grayscale: #747474. Windows color (decimal): -9474641 or 11496815. OLE color: 11496815.

HSL color Cylindrical-coordinate representation of color #6F6DAF: hue angle of 241.82º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F6DAF is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB111109175-
CMYK0.370.3800.31
HSL241.82º29.2%55.69%-
HSV(B)241.82º37.71%68.63%-
XYZ19.7617.4142.88-
YUV117.12160.66123.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.10%
GREEN value IS 109 (42.97% from 255) = 27.59%
BLUE value IS 175 (68.75% from 255) = 44.30%
R=28.10%
G=27.59%
B=44.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1111091750.370.3800.31241.8229.255.69
Hex6F6DAF252601Ff21d38
Octal15715525745460373623570
Binary11011111101101101011111001011001100111111111001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,109,175); }

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

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

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

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

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

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

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