#6F75B7

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

Shades of Chetwode Blue #6F75B7

Tints of Chetwode Blue #6F75B7

Color information

#6F75B7 (or 0x6F75B7) is unknown color: approx Chetwode Blue. HEX triplet: 6F, 75 and B7. RGB value is (111,117,183). Sum of RGB (Red+Green+Blue) = 111+117+183=411 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.01% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 183 (71.88% from 255 or 44.53% from 411); Max value from RGB is 183 - color contains mainly: blue. Hex color #6F75B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F75B7 is #908A48. Grayscale: #7A7A7A. Windows color (decimal): -9472585 or 12023151. OLE color: 12023151.

HSL color Cylindrical-coordinate representation of color #6F75B7: hue angle of 235º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F75B7 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB111117183-
CMYK0.390.3600.28
HSL235º33.33%57.65%-
HSV(B)235º39.34%71.76%-
XYZ21.4619.5247.44-
YUV122.73162.01119.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.01%
GREEN value IS 117 (46.09% from 255) = 28.47%
BLUE value IS 183 (71.88% from 255) = 44.53%
R=27.01%
G=28.47%
B=44.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1111171830.390.3600.2823533.3357.65
Hex6F75B7272401Ceb213a
Octal15716526747440343534172
Binary110111111101011011011110011110010001110011101011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F75B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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