Html Css Color HEX #635C81 Kimberly

📋 copy color: '#635C81'

red 99 ◦ green 92 ◦ blue 129

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

Shades of Kimberly #635C81

Tints of Kimberly #635C81

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.75%

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

R = 30.94%
G = 28.75%
B = 40.31%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#635C81 (or 0x635C81) is known color: Kimberly. HEX triplet: 63, 5C and 81. RGB value is (99,92,129). Sum of RGB (Red+Green+Blue) = 99+92+129=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 129 - color contains mainly: blue. Hex color #635C81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635C81 is #9CA37E. Grayscale: #626262. Windows color (decimal): -10265471 or 8477795. OLE color: 8477795.

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

Color convert

RGB 99 92 129 -
CMYK 0.23 0.29 0 0.49
HSL 251.35º 0.17% 0.43% -
HSV(B) 251.35º 0.29% 0.51% -
XYZ 12.94 11.89 22.38 -
YUV 98.31 145.32 128.49 -
System Red Green Blue C M Y K H S L
Decimal 99 92 129 0.23 0.29 0 0.49 251.35 0.17 0.43
Hex 63 5C 81 17 1D 0 31 FB 11 2B
Octal 143 134 201 27 35 0 61 373 21 53
Binary 1100011 1011100 10000001 10111 11101 0 110001 11111011 10001 101011

Color Harmonies of #635C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635C81

Black with #635C81

Text Example


Text Example

White with #635C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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