#6B6F99

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

Shades of Chetwode Blue #6B6F99

Tints of Chetwode Blue #6B6F99

Color information

#6B6F99 (or 0x6B6F99) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 6F and 99. RGB value is (107,111,153). Sum of RGB (Red+Green+Blue) = 107+111+153=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #6B6F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6F99 is #949066. Grayscale: #727272. Windows color (decimal): -9736295 or 10055531. OLE color: 10055531.

HSL color Cylindrical-coordinate representation of color #6B6F99: hue angle of 234.78º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B6F99 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB107111153-
CMYK0.300.2700.4
HSL234.78º18.4%50.98%-
HSV(B)234.78º30.07%60%-
XYZ17.516.7932.46-
YUV114.59149.67122.58-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.84%
GREEN value IS 111 (43.75% from 255) = 29.92%
BLUE value IS 153 (60.16% from 255) = 41.24%
R=28.84%
G=29.92%
B=41.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1071111530.300.2700.4234.7818.450.98
Hex6B6F991E1B028eb1233
Octal15315723136330503532263
Binary1101011110111110011001111101101101010001110101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,111,153); }

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

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

 a { background-color: rgb(107,111,153); }

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

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

 span { border-color: rgb(107,111,153); }

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