#68719F

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

Shades of Chetwode Blue #68719F

Tints of Chetwode Blue #68719F

Color information

#68719F (or 0x68719F) is unknown color: approx Chetwode Blue. HEX triplet: 68, 71 and 9F. RGB value is (104,113,159). Sum of RGB (Red+Green+Blue) = 104+113+159=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #68719F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68719F is #978E60. Grayscale: #737373. Windows color (decimal): -9932385 or 10449256. OLE color: 10449256.

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

Color convert

RGB104113159-
CMYK0.350.2900.38
HSL230.18º22.27%51.57%-
HSV(B)230.18º34.59%62.35%-
XYZ17.8717.2635.19-
YUV115.55152.52119.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.66%
GREEN value IS 113 (44.53% from 255) = 30.05%
BLUE value IS 159 (62.5% from 255) = 42.29%
R=27.66%
G=30.05%
B=42.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041131590.350.2900.38230.1822.2751.57
Hex68719F231D026e61634
Octal15016123743350463462664
Binary11010001110001100111111000111110101001101110011010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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