Html Css Color HEX #68709F Chetwode Blue

📋 copy color: '#68709F'

red 104 ◦ green 112 ◦ blue 159

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

Shades of Chetwode Blue #68709F

Tints of Chetwode Blue #68709F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.87%

 BLUE value IS 159 (62.5% from 255) = 42.4%

R = 27.73%
G = 29.87%
B = 42.4%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68709F (or 0x68709F) is known color: Chetwode Blue. HEX triplet: 68, 70 and 9F. RGB value is (104,112,159). Sum of RGB (Red+Green+Blue) = 104+112+159=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #68709F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68709F is #978F60. Grayscale: #727272. Windows color (decimal): -9932641 or 10449000. OLE color: 10449000.

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

Color convert

RGB 104 112 159 -
CMYK 0.35 0.30 0 0.38
HSL 231.27º 0.22% 0.52% -
HSV(B) 231.27º 0.35% 0.62% -
XYZ 17.76 17.03 35.15 -
YUV 114.97 152.85 120.18 -
System Red Green Blue C M Y K H S L
Decimal 104 112 159 0.35 0.30 0 0.38 231.27 0.22 0.52
Hex 68 70 9F 23 1E 0 26 E7 16 34
Octal 150 160 237 43 36 0 46 347 26 64
Binary 1101000 1110000 10011111 100011 11110 0 100110 11100111 10110 110100

Color Harmonies of #68709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68709F

Black with #68709F

Text Example


Text Example

White with #68709F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #68709F;
 }
 .AnyTagClassName
 {
   color: #68709F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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