Html Css Color HEX #635581 Kimberly

📋 copy color: '#635581'

red 99 ◦ green 85 ◦ blue 129

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

Shades of Kimberly #635581

Tints of Kimberly #635581

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.16%

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

R = 31.63%
G = 27.16%
B = 41.21%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#635581 (or 0x635581) is known color: Kimberly. HEX triplet: 63, 55 and 81. RGB value is (99,85,129). Sum of RGB (Red+Green+Blue) = 99+85+129=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 129 - color contains mainly: blue. Hex color #635581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635581 is #9CAA7E. Grayscale: #5E5E5E. Windows color (decimal): -10267263 or 8476003. OLE color: 8476003.

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

Color convert

RGB 99 85 129 -
CMYK 0.23 0.34 0 0.49
HSL 259.09º 0.21% 0.42% -
HSV(B) 259.09º 0.34% 0.51% -
XYZ 12.36 10.73 22.19 -
YUV 94.2 147.64 131.42 -
System Red Green Blue C M Y K H S L
Decimal 99 85 129 0.23 0.34 0 0.49 259.09 0.21 0.42
Hex 63 55 81 17 22 0 31 103 15 2A
Octal 143 125 201 27 42 0 61 403 25 52
Binary 1100011 1010101 10000001 10111 100010 0 110001 100000011 10101 101010

Color Harmonies of #635581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635581

Black with #635581

Text Example


Text Example

White with #635581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635581; }

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

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

background-color css

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

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

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

border-color css

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

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

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