Html Css Color HEX #635681 Kimberly

📋 copy color: '#635681'

red 99 ◦ green 86 ◦ blue 129

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

Shades of Kimberly #635681

Tints of Kimberly #635681

RGB

 RED value IS 99 (39.06% from 255) = 31.53%

 GREEN value IS 86 (33.98% from 255) = 27.39%

 BLUE value IS 129 (50.78% from 255) = 41.08%

R = 31.53%
G = 27.39%
B = 41.08%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#635681 (or 0x635681) is known color: Kimberly. HEX triplet: 63, 56 and 81. RGB value is (99,86,129). Sum of RGB (Red+Green+Blue) = 99+86+129=314 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.53% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 129 - color contains mainly: blue. Hex color #635681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635681 is #9CA97E. Grayscale: #5E5E5E. Windows color (decimal): -10267007 or 8476259. OLE color: 8476259.

HSL color Cylindrical-coordinate representation of color #635681: hue angle of 258.14º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #635681 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 86 129 -
CMYK 0.23 0.33 0 0.49
HSL 258.14º 0.2% 0.42% -
HSV(B) 258.14º 0.33% 0.51% -
XYZ 12.44 10.89 22.22 -
YUV 94.79 147.31 131 -
System Red Green Blue C M Y K H S L
Decimal 99 86 129 0.23 0.33 0 0.49 258.14 0.2 0.42
Hex 63 56 81 17 21 0 31 102 14 2A
Octal 143 126 201 27 41 0 61 402 24 52
Binary 1100011 1010110 10000001 10111 100001 0 110001 100000010 10100 101010

Color Harmonies of #635681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635681

Black with #635681

Text Example


Text Example

White with #635681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635681; }

 p { color: rgb(99,86,129); }

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

background-color css

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

 a { background-color: rgb(99,86,129); }

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

border-color css

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

 span { border-color: rgb(99,86,129); }

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