#6C68BB

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

Shades of Chetwode Blue #6C68BB

Tints of Chetwode Blue #6C68BB

Color information

#6C68BB (or 0x6C68BB) is unknown color: approx Chetwode Blue. HEX triplet: 6C, 68 and BB. RGB value is (108,104,187). Sum of RGB (Red+Green+Blue) = 108+104+187=399 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.07% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #6C68BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C68BB is #939744. Grayscale: #727272. Windows color (decimal): -9672517 or 12281964. OLE color: 12281964.

HSL color Cylindrical-coordinate representation of color #6C68BB: hue angle of 242.89º 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 #6C68BB is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB108104187-
CMYK0.420.4400.27
HSL242.89º37.9%57.06%-
HSV(B)242.89º44.39%73.33%-
XYZ20.116.6849.17-
YUV114.66168.83123.25-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.07%
GREEN value IS 104 (41.02% from 255) = 26.07%
BLUE value IS 187 (73.44% from 255) = 46.87%
R=27.07%
G=26.07%
B=46.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1081041870.420.4400.27242.8937.957.06
Hex6C68BB2A2C01Bf32639
Octal15415027352540333634671
Binary110110011010001011101110101010110001101111110011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C68BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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