#68719E

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

Shades of Chetwode Blue #68719E

Tints of Chetwode Blue #68719E

Color information

#68719E (or 0x68719E) is unknown color: approx Chetwode Blue. HEX triplet: 68, 71 and 9E. RGB value is (104,113,158). Sum of RGB (Red+Green+Blue) = 104+113+158=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #68719E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68719E is #978E61. Grayscale: #737373. Windows color (decimal): -9932386 or 10383720. OLE color: 10383720.

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

Color convert

RGB104113158-
CMYK0.340.2800.38
HSL230º21.77%51.37%-
HSV(B)230º34.18%61.96%-
XYZ17.7917.2234.73-
YUV115.44152.02119.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.73%
GREEN value IS 113 (44.53% from 255) = 30.13%
BLUE value IS 158 (62.11% from 255) = 42.13%
R=27.73%
G=30.13%
B=42.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041131580.340.2800.3823021.7751.37
Hex68719E221C026e61633
Octal15016123642340463462663
Binary11010001110001100111101000101110001001101110011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68719E; }

 p { color: rgb(104,113,158); }

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

<style>
 a { background-color: #68719E; }

 a { background-color: rgb(104,113,158); }

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

<style>
 span { border-color: #68719E; }

 span { border-color: rgb(104,113,158); }

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