#6F749C

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

Shades of Chetwode Blue #6F749C

Tints of Chetwode Blue #6F749C

Color information

#6F749C (or 0x6F749C) is unknown color: approx Chetwode Blue. HEX triplet: 6F, 74 and 9C. RGB value is (111,116,156). Sum of RGB (Red+Green+Blue) = 111+116+156=383 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.98% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F749C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F749C is #908B63. Grayscale: #767676. Windows color (decimal): -9472868 or 10253423. OLE color: 10253423.

HSL color Cylindrical-coordinate representation of color #6F749C: hue angle of 233.33º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F749C is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB111116156-
CMYK0.290.2600.39
HSL233.33º18.52%52.35%-
HSV(B)233.33º28.85%61.18%-
XYZ18.818.2733.99-
YUV119.06148.84122.25-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.98%
GREEN value IS 116 (45.70% from 255) = 30.29%
BLUE value IS 156 (61.33% from 255) = 40.73%
R=28.98%
G=30.29%
B=40.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1111161560.290.2600.39233.3318.5252.35
Hex6F749C1D1A027e91334
Octal15716423435320473512364
Binary1101111111010010011100111011101001001111110100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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