Html Css Color HEX #68597F Kimberly

📋 copy color: '#68597F'

red 104 ◦ green 89 ◦ blue 127

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

Shades of Kimberly #68597F

Tints of Kimberly #68597F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.81%

 BLUE value IS 127 (50% from 255) = 39.69%

R = 32.5%
G = 27.81%
B = 39.69%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#68597F (or 0x68597F) is known color: Kimberly. HEX triplet: 68, 59 and 7F. RGB value is (104,89,127). Sum of RGB (Red+Green+Blue) = 104+89+127=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 127 - color contains mainly: blue. Hex color #68597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68597F is #97A680. Grayscale: #616161. Windows color (decimal): -9938561 or 8345960. OLE color: 8345960.

HSL color Cylindrical-coordinate representation of color #68597F: hue angle of 263.68º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68597F is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 89 127 -
CMYK 0.18 0.30 0 0.50
HSL 263.68º 0.18% 0.42% -
HSV(B) 263.68º 0.3% 0.5% -
XYZ 13.11 11.62 21.63 -
YUV 97.82 144.47 132.41 -
System Red Green Blue C M Y K H S L
Decimal 104 89 127 0.18 0.30 0 0.50 263.68 0.18 0.42
Hex 68 59 7F 12 1E 0 32 108 12 2A
Octal 150 131 177 22 36 0 62 410 22 52
Binary 1101000 1011001 1111111 10010 11110 0 110010 100001000 10010 101010

Color Harmonies of #68597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68597F

Black with #68597F

Text Example


Text Example

White with #68597F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,89,127); }

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

background-color css

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

 a { background-color: rgb(104,89,127); }

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

border-color css

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

 span { border-color: rgb(104,89,127); }

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