#6F75AF

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

Shades of Chetwode Blue #6F75AF

Tints of Chetwode Blue #6F75AF

Color information

#6F75AF (or 0x6F75AF) is unknown color: approx Chetwode Blue. HEX triplet: 6F, 75 and AF. RGB value is (111,117,175). Sum of RGB (Red+Green+Blue) = 111+117+175=403 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.54% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #6F75AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F75AF is #908A50. Grayscale: #797979. Windows color (decimal): -9472593 or 11498863. OLE color: 11498863.

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

Color convert

RGB111117175-
CMYK0.370.3300.31
HSL234.38º28.57%56.08%-
HSV(B)234.38º36.57%68.63%-
XYZ20.6519.243.17-
YUV121.82158.01120.28-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.54%
GREEN value IS 117 (46.09% from 255) = 29.03%
BLUE value IS 175 (68.75% from 255) = 43.42%
R=27.54%
G=29.03%
B=43.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1111171750.370.3300.31234.3828.5756.08
Hex6F75AF252101Fea1d38
Octal15716525745410373523570
Binary11011111110101101011111001011000010111111110101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F75AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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