Html Css Color HEX #68587C Kimberly

📋 copy color: '#68587C'

red 104 ◦ green 88 ◦ blue 124

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

Shades of Kimberly #68587C

Tints of Kimberly #68587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.85%

 BLUE value IS 124 (48.83% from 255) = 39.24%

R = 32.91%
G = 27.85%
B = 39.24%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68587C (or 0x68587C) is known color: Kimberly. HEX triplet: 68, 58 and 7C. RGB value is (104,88,124). Sum of RGB (Red+Green+Blue) = 104+88+124=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 124 - color contains mainly: blue. Hex color #68587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68587C is #97A783. Grayscale: #606060. Windows color (decimal): -9938820 or 8149096. OLE color: 8149096.

HSL color Cylindrical-coordinate representation of color #68587C: hue angle of 266.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68587C is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 88 124 -
CMYK 0.16 0.29 0 0.51
HSL 266.67º 0.17% 0.42% -
HSV(B) 266.67º 0.29% 0.49% -
XYZ 12.84 11.38 20.59 -
YUV 96.89 143.3 133.07 -
System Red Green Blue C M Y K H S L
Decimal 104 88 124 0.16 0.29 0 0.51 266.67 0.17 0.42
Hex 68 58 7C 10 1D 0 33 10B 11 2A
Octal 150 130 174 20 35 0 63 413 21 52
Binary 1101000 1011000 1111100 10000 11101 0 110011 100001011 10001 101010

Color Harmonies of #68587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68587C

Black with #68587C

Text Example


Text Example

White with #68587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68587C; }

 p { color: rgb(104,88,124); }

 H1.HeaderClassName
 {
   color: #68587C;
 }
 .AnyTagClassName
 {
   color: #68587C;
 }
</style>

background-color css

<style>
 a { background-color: #68587C; }

 a { background-color: rgb(104,88,124); }

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

border-color css

<style>
 span { border-color: #68587C; }

 span { border-color: rgb(104,88,124); }

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