#68739F

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

Shades of Chetwode Blue #68739F

Tints of Chetwode Blue #68739F

Color information

#68739F (or 0x68739F) is unknown color: approx Chetwode Blue. HEX triplet: 68, 73 and 9F. RGB value is (104,115,159). Sum of RGB (Red+Green+Blue) = 104+115+159=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #68739F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68739F is #978C60. Grayscale: #747474. Windows color (decimal): -9931873 or 10449768. OLE color: 10449768.

HSL color Cylindrical-coordinate representation of color #68739F: hue angle of 228º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68739F is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB104115159-
CMYK0.350.2800.38
HSL228º22.27%51.57%-
HSV(B)228º34.59%62.35%-
XYZ18.117.7135.26-
YUV116.73151.86118.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.51%
GREEN value IS 115 (45.31% from 255) = 30.42%
BLUE value IS 159 (62.5% from 255) = 42.06%
R=27.51%
G=30.42%
B=42.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041151590.350.2800.3822822.2751.57
Hex68739F231C026e41634
Octal15016323743340463442664
Binary11010001110011100111111000111110001001101110010010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68739F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68739F; }

 p { color: rgb(104,115,159); }

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

<style>
 a { background-color: #68739F; }

 a { background-color: rgb(104,115,159); }

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

<style>
 span { border-color: #68739F; }

 span { border-color: rgb(104,115,159); }

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