Html Css Color HEX #635B86 Kimberly

📋 copy color: '#635B86'

red 99 ◦ green 91 ◦ blue 134

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

Shades of Kimberly #635B86

Tints of Kimberly #635B86

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.09%

 BLUE value IS 134 (52.73% from 255) = 41.36%

R = 30.56%
G = 28.09%
B = 41.36%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#635B86 (or 0x635B86) is known color: Kimberly. HEX triplet: 63, 5B and 86. RGB value is (99,91,134). Sum of RGB (Red+Green+Blue) = 99+91+134=324 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.56% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 134 - color contains mainly: blue. Hex color #635B86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635B86 is #9CA479. Grayscale: #626262. Windows color (decimal): -10265722 or 8805219. OLE color: 8805219.

HSL color Cylindrical-coordinate representation of color #635B86: hue angle of 251.16º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #635B86 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 91 134 -
CMYK 0.26 0.32 0 0.47
HSL 251.16º 0.19% 0.44% -
HSV(B) 251.16º 0.32% 0.53% -
XYZ 13.19 11.86 24.15 -
YUV 98.29 148.15 128.5 -
System Red Green Blue C M Y K H S L
Decimal 99 91 134 0.26 0.32 0 0.47 251.16 0.19 0.44
Hex 63 5B 86 1A 20 0 2F FB 13 2C
Octal 143 133 206 32 40 0 57 373 23 54
Binary 1100011 1011011 10000110 11010 100000 0 101111 11111011 10011 101100

Color Harmonies of #635B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635B86

Black with #635B86

Text Example


Text Example

White with #635B86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,91,134); }

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

background-color css

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

 a { background-color: rgb(99,91,134); }

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

border-color css

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

 span { border-color: rgb(99,91,134); }

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