Html Css Color HEX #635E84 Kimberly

📋 copy color: '#635E84'

red 99 ◦ green 94 ◦ blue 132

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

Shades of Kimberly #635E84

Tints of Kimberly #635E84

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.92%

 BLUE value IS 132 (51.95% from 255) = 40.62%

R = 30.46%
G = 28.92%
B = 40.62%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#635E84 (or 0x635E84) is known color: Kimberly. HEX triplet: 63, 5E and 84. RGB value is (99,94,132). Sum of RGB (Red+Green+Blue) = 99+94+132=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 132 - color contains mainly: blue. Hex color #635E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635E84 is #9CA17B. Grayscale: #636363. Windows color (decimal): -10264956 or 8674915. OLE color: 8674915.

HSL color Cylindrical-coordinate representation of color #635E84: hue angle of 247.89º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #635E84 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 94 132 -
CMYK 0.25 0.29 0 0.48
HSL 247.89º 0.17% 0.44% -
HSV(B) 247.89º 0.29% 0.52% -
XYZ 13.31 12.32 23.51 -
YUV 99.83 146.16 127.41 -
System Red Green Blue C M Y K H S L
Decimal 99 94 132 0.25 0.29 0 0.48 247.89 0.17 0.44
Hex 63 5E 84 19 1D 0 30 F8 11 2C
Octal 143 136 204 31 35 0 60 370 21 54
Binary 1100011 1011110 10000100 11001 11101 0 110000 11111000 10001 101100

Color Harmonies of #635E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635E84

Black with #635E84

Text Example


Text Example

White with #635E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635E84; }

 p { color: rgb(99,94,132); }

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

background-color css

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

 a { background-color: rgb(99,94,132); }

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

border-color css

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

 span { border-color: rgb(99,94,132); }

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