#6B6BBF

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

Shades of Chetwode Blue #6B6BBF

Tints of Chetwode Blue #6B6BBF

Color information

#6B6BBF (or 0x6B6BBF) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 6B and BF. RGB value is (107,107,191). Sum of RGB (Red+Green+Blue) = 107+107+191=405 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.42% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B6BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6BBF is #949440. Grayscale: #747474. Windows color (decimal): -9737281 or 12544875. OLE color: 12544875.

HSL color Cylindrical-coordinate representation of color #6B6BBF: hue angle of 240º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B6BBF is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB107107191-
CMYK0.440.4400.25
HSL240º39.62%58.43%-
HSV(B)240º43.98%74.9%-
XYZ20.7317.451.56-
YUV116.58170121.17-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.42%
GREEN value IS 107 (42.19% from 255) = 26.42%
BLUE value IS 191 (75% from 255) = 47.16%
R=26.42%
G=26.42%
B=47.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071071910.440.4400.2524039.6258.43
Hex6B6BBF2C2C019f0283a
Octal15315327754540313605072
Binary110101111010111011111110110010110001100111110000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,107,191); }

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

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

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

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

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

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

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