Html Css Color HEX #68729F Chetwode Blue

📋 copy color: '#68729F'

red 104 ◦ green 114 ◦ blue 159

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

Shades of Chetwode Blue #68729F

Tints of Chetwode Blue #68729F

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 value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68729F (or 0x68729F) is known color: 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

RGB 104 114 159 -
CMYK 0.35 0.28 0 0.38
HSL 229.09º 0.22% 0.52% -
HSV(B) 229.09º 0.35% 0.62% -
XYZ 17.98 17.48 35.23 -
YUV 116.14 152.19 119.34 -
System Red Green Blue C M Y K H S L
Decimal 104 114 159 0.35 0.28 0 0.38 229.09 0.22 0.52
Hex 68 72 9F 23 1C 0 26 E5 16 34
Octal 150 162 237 43 34 0 46 345 26 64
Binary 1101000 1110010 10011111 100011 11100 0 100110 11100101 10110 110100

Color Harmonies of #68729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68729F

Black with #68729F

Text Example


Text Example

White with #68729F

Text Example


Text Example

HTML Codes & Css Web 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>