Html Css Color HEX #635982 Kimberly

📋 copy color: '#635982'

red 99 ◦ green 89 ◦ blue 130

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

Shades of Kimberly #635982

Tints of Kimberly #635982

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.99%

 BLUE value IS 130 (51.17% from 255) = 40.88%

R = 31.13%
G = 27.99%
B = 40.88%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#635982 (or 0x635982) is known color: Kimberly. HEX triplet: 63, 59 and 82. RGB value is (99,89,130). Sum of RGB (Red+Green+Blue) = 99+89+130=318 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.13% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 130 - color contains mainly: blue. Hex color #635982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635982 is #9CA67D. Grayscale: #606060. Windows color (decimal): -10266238 or 8542563. OLE color: 8542563.

HSL color Cylindrical-coordinate representation of color #635982: hue angle of 254.63º 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 #635982 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 89 130 -
CMYK 0.24 0.32 0 0.49
HSL 254.63º 0.19% 0.43% -
HSV(B) 254.63º 0.32% 0.51% -
XYZ 12.75 11.41 22.65 -
YUV 96.66 146.81 129.67 -
System Red Green Blue C M Y K H S L
Decimal 99 89 130 0.24 0.32 0 0.49 254.63 0.19 0.43
Hex 63 59 82 18 20 0 31 FF 13 2B
Octal 143 131 202 30 40 0 61 377 23 53
Binary 1100011 1011001 10000010 11000 100000 0 110001 11111111 10011 101011

Color Harmonies of #635982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635982

Black with #635982

Text Example


Text Example

White with #635982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635982; }

 p { color: rgb(99,89,130); }

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

background-color css

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

 a { background-color: rgb(99,89,130); }

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

border-color css

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

 span { border-color: rgb(99,89,130); }

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