Html Css Color HEX #68627F Kimberly

📋 copy color: '#68627F'

red 104 ◦ green 98 ◦ blue 127

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

Shades of Kimberly #68627F

Tints of Kimberly #68627F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.79%

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

R = 31.61%
G = 29.79%
B = 38.6%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#68627F (or 0x68627F) is known color: Kimberly. HEX triplet: 68, 62 and 7F. RGB value is (104,98,127). Sum of RGB (Red+Green+Blue) = 104+98+127=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 127 - color contains mainly: blue. Hex color #68627F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68627F is #979D80. Grayscale: #666666. Windows color (decimal): -9936257 or 8348264. OLE color: 8348264.

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

Color convert

RGB 104 98 127 -
CMYK 0.18 0.23 0 0.50
HSL 252.41º 0.13% 0.44% -
HSV(B) 252.41º 0.23% 0.5% -
XYZ 13.91 13.21 21.9 -
YUV 103.1 141.49 128.64 -
System Red Green Blue C M Y K H S L
Decimal 104 98 127 0.18 0.23 0 0.50 252.41 0.13 0.44
Hex 68 62 7F 12 17 0 32 FC D 2C
Octal 150 142 177 22 27 0 62 374 15 54
Binary 1101000 1100010 1111111 10010 10111 0 110010 11111100 1101 101100

Color Harmonies of #68627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68627F

Black with #68627F

Text Example


Text Example

White with #68627F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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