Html Css Color HEX #68607C Kimberly

📋 copy color: '#68607C'

red 104 ◦ green 96 ◦ blue 124

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

Shades of Kimberly #68607C

Tints of Kimberly #68607C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.63%

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

R = 32.1%
G = 29.63%
B = 38.27%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68607C (or 0x68607C) is known color: Kimberly. HEX triplet: 68, 60 and 7C. RGB value is (104,96,124). Sum of RGB (Red+Green+Blue) = 104+96+124=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 124 - color contains mainly: blue. Hex color #68607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68607C is #979F83. Grayscale: #656565. Windows color (decimal): -9936772 or 8151144. OLE color: 8151144.

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

Color convert

RGB 104 96 124 -
CMYK 0.16 0.23 0 0.51
HSL 257.14º 0.13% 0.43% -
HSV(B) 257.14º 0.23% 0.49% -
XYZ 13.53 12.76 20.82 -
YUV 101.58 140.65 129.72 -
System Red Green Blue C M Y K H S L
Decimal 104 96 124 0.16 0.23 0 0.51 257.14 0.13 0.43
Hex 68 60 7C 10 17 0 33 101 D 2B
Octal 150 140 174 20 27 0 63 401 15 53
Binary 1101000 1100000 1111100 10000 10111 0 110011 100000001 1101 101011

Color Harmonies of #68607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68607C

Black with #68607C

Text Example


Text Example

White with #68607C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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