#6F74B3

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

Shades of Chetwode Blue #6F74B3

Tints of Chetwode Blue #6F74B3

Color information

#6F74B3 (or 0x6F74B3) is unknown color: approx Chetwode Blue. HEX triplet: 6F, 74 and B3. RGB value is (111,116,179). Sum of RGB (Red+Green+Blue) = 111+116+179=406 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.34% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 179 - color contains mainly: blue. Hex color #6F74B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F74B3 is #908B4C. Grayscale: #797979. Windows color (decimal): -9472845 or 11760751. OLE color: 11760751.

HSL color Cylindrical-coordinate representation of color #6F74B3: hue angle of 235.59º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F74B3 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB111116179-
CMYK0.380.3500.30
HSL235.59º30.91%56.86%-
HSV(B)235.59º37.99%70.2%-
XYZ20.9419.1245.24-
YUV121.69160.34120.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.34%
GREEN value IS 116 (45.70% from 255) = 28.57%
BLUE value IS 179 (70.31% from 255) = 44.09%
R=27.34%
G=28.57%
B=44.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1111161790.380.3500.30235.5930.9156.86
Hex6F74B3262301Eec1f39
Octal15716426346430363543771
Binary11011111110100101100111001101000110111101110110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F74B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,116,179); }

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

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

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

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

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

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

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