#6B68BB

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

Shades of Chetwode Blue #6B68BB

Tints of Chetwode Blue #6B68BB

Color information

#6B68BB (or 0x6B68BB) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 68 and BB. RGB value is (107,104,187). Sum of RGB (Red+Green+Blue) = 107+104+187=398 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.88% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #6B68BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B68BB is #949744. Grayscale: #727272. Windows color (decimal): -9738053 or 12281963. OLE color: 12281963.

HSL color Cylindrical-coordinate representation of color #6B68BB: hue angle of 242.17º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B68BB is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB107104187-
CMYK0.430.4400.27
HSL242.17º37.9%57.06%-
HSV(B)242.17º44.39%73.33%-
XYZ19.9816.6149.17-
YUV114.36168.99122.75-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.88%
GREEN value IS 104 (41.02% from 255) = 26.13%
BLUE value IS 187 (73.44% from 255) = 46.98%
R=26.88%
G=26.13%
B=46.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071041870.430.4400.27242.1737.957.06
Hex6B68BB2B2C01Bf22639
Octal15315027353540333624671
Binary110101111010001011101110101110110001101111110010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B68BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,104,187); }

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

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

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

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

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

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

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