#68729F

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

Shades of Chetwode Blue #68729F

Tints of Chetwode Blue #68729F

Color information

#68729F (or 0x68729F) is unknown color: approx Chetwode Blue. HEX triplet: 68, 72 and 9F. RGB value is (104,114,159). Sum of RGB (Red+Green+Blue) = 104+114+159=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #68729F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68729F is #978D60. Grayscale: #737373. Windows color (decimal): -9932129 or 10449512. OLE color: 10449512.

HSL color Cylindrical-coordinate representation of color #68729F: hue angle of 229.09º 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 #68729F is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB104114159-
CMYK0.350.2800.38
HSL229.09º22.27%51.57%-
HSV(B)229.09º34.59%62.35%-
XYZ17.9817.4835.23-
YUV116.14152.19119.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.59%
GREEN value IS 114 (44.92% from 255) = 30.24%
BLUE value IS 159 (62.5% from 255) = 42.18%
R=27.59%
G=30.24%
B=42.18%

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
Decimal1041141590.350.2800.38229.0922.2751.57
Hex68729F231C026e51634
Octal15016223743340463452664
Binary11010001110010100111111000111110001001101110010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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