Html Css Color HEX #635881 Kimberly

📋 copy color: '#635881'

red 99 ◦ green 88 ◦ blue 129

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

Shades of Kimberly #635881

Tints of Kimberly #635881

RGB

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

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

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

R = 31.33%
G = 27.85%
B = 40.82%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#635881 (or 0x635881) is known color: Kimberly. HEX triplet: 63, 58 and 81. RGB value is (99,88,129). Sum of RGB (Red+Green+Blue) = 99+88+129=316 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.33% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 129 - color contains mainly: blue. Hex color #635881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635881 is #9CA77E. Grayscale: #5F5F5F. Windows color (decimal): -10266495 or 8476771. OLE color: 8476771.

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

Color convert

RGB 99 88 129 -
CMYK 0.23 0.32 0 0.49
HSL 256.1º 0.19% 0.43% -
HSV(B) 256.1º 0.32% 0.51% -
XYZ 12.6 11.22 22.27 -
YUV 95.96 146.64 130.17 -
System Red Green Blue C M Y K H S L
Decimal 99 88 129 0.23 0.32 0 0.49 256.1 0.19 0.43
Hex 63 58 81 17 20 0 31 100 13 2B
Octal 143 130 201 27 40 0 61 400 23 53
Binary 1100011 1011000 10000001 10111 100000 0 110001 100000000 10011 101011

Color Harmonies of #635881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635881

Black with #635881

Text Example


Text Example

White with #635881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635881; }

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

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

background-color css

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

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

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

border-color css

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

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

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