Html Css Color HEX #68729E Chetwode Blue

📋 copy color: '#68729E'

red 104 ◦ green 114 ◦ blue 158

#68729E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #68729E

Tints of Chetwode Blue #68729E

RGB

 RED value IS 104 (41.02% from 255) = 27.66%

 GREEN value IS 114 (44.92% from 255) = 30.32%

 BLUE value IS 158 (62.11% from 255) = 42.02%

R = 27.66%
G = 30.32%
B = 42.02%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68729E (or 0x68729E) is known color: Chetwode Blue. HEX triplet: 68, 72 and 9E. RGB value is (104,114,158). Sum of RGB (Red+Green+Blue) = 104+114+158=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #68729E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68729E is #978D61. Grayscale: #737373. Windows color (decimal): -9932130 or 10383976. OLE color: 10383976.

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

Color convert

RGB 104 114 158 -
CMYK 0.34 0.28 0 0.38
HSL 228.89º 0.22% 0.51% -
HSV(B) 228.89º 0.34% 0.62% -
XYZ 17.9 17.45 34.77 -
YUV 116.03 151.69 119.42 -
System Red Green Blue C M Y K H S L
Decimal 104 114 158 0.34 0.28 0 0.38 228.89 0.22 0.51
Hex 68 72 9E 22 1C 0 26 E5 16 33
Octal 150 162 236 42 34 0 46 345 26 63
Binary 1101000 1110010 10011110 100010 11100 0 100110 11100101 10110 110011

Color Harmonies of #68729E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68729E

Black with #68729E

Text Example


Text Example

White with #68729E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #68729E;
 }
 .AnyTagClassName
 {
   color: #68729E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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