Html Css Color HEX #68739F Chetwode Blue

📋 copy color: '#68739F'

red 104 ◦ green 115 ◦ blue 159

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

Shades of Chetwode Blue #68739F

Tints of Chetwode Blue #68739F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.42%

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

R = 27.51%
G = 30.42%
B = 42.06%

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

#68739F (or 0x68739F) is known color: Chetwode Blue. HEX triplet: 68, 73 and 9F. RGB value is (104,115,159). Sum of RGB (Red+Green+Blue) = 104+115+159=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #68739F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68739F is #978C60. Grayscale: #747474. Windows color (decimal): -9931873 or 10449768. OLE color: 10449768.

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

Color convert

RGB 104 115 159 -
CMYK 0.35 0.28 0 0.38
HSL 228º 0.22% 0.52% -
HSV(B) 228º 0.35% 0.62% -
XYZ 18.1 17.71 35.26 -
YUV 116.73 151.86 118.92 -
System Red Green Blue C M Y K H S L
Decimal 104 115 159 0.35 0.28 0 0.38 228 0.22 0.52
Hex 68 73 9F 23 1C 0 26 E4 16 34
Octal 150 163 237 43 34 0 46 344 26 64
Binary 1101000 1110011 10011111 100011 11100 0 100110 11100100 10110 110100

Color Harmonies of #68739F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68739F

Black with #68739F

Text Example


Text Example

White with #68739F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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