Html Css Color HEX #635C85 Kimberly

📋 copy color: '#635C85'

red 99 ◦ green 92 ◦ blue 133

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

Shades of Kimberly #635C85

Tints of Kimberly #635C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.05%

R = 30.56%
G = 28.4%
B = 41.05%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#635C85 (or 0x635C85) is known color: Kimberly. HEX triplet: 63, 5C and 85. RGB value is (99,92,133). Sum of RGB (Red+Green+Blue) = 99+92+133=324 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.56% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #635C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635C85 is #9CA37A. Grayscale: #626262. Windows color (decimal): -10265467 or 8739939. OLE color: 8739939.

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

Color convert

RGB 99 92 133 -
CMYK 0.26 0.31 0 0.48
HSL 250.24º 0.18% 0.44% -
HSV(B) 250.24º 0.31% 0.52% -
XYZ 13.21 12 23.81 -
YUV 98.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 99 92 133 0.26 0.31 0 0.48 250.24 0.18 0.44
Hex 63 5C 85 1A 1F 0 30 FA 12 2C
Octal 143 134 205 32 37 0 60 372 22 54
Binary 1100011 1011100 10000101 11010 11111 0 110000 11111010 10010 101100

Color Harmonies of #635C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635C85

Black with #635C85

Text Example


Text Example

White with #635C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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