Html Css Color HEX #635F8C Kimberly

📋 copy color: '#635F8C'

red 99 ◦ green 95 ◦ blue 140

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

Shades of Kimberly #635F8C

Tints of Kimberly #635F8C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.44%

 BLUE value IS 140 (55.08% from 255) = 41.92%

R = 29.64%
G = 28.44%
B = 41.92%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#635F8C (or 0x635F8C) is known color: Kimberly. HEX triplet: 63, 5F and 8C. RGB value is (99,95,140). Sum of RGB (Red+Green+Blue) = 99+95+140=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 140 - color contains mainly: blue. Hex color #635F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635F8C is #9CA073. Grayscale: #656565. Windows color (decimal): -10264692 or 9199459. OLE color: 9199459.

HSL color Cylindrical-coordinate representation of color #635F8C: hue angle of 245.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #635F8C is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 95 140 -
CMYK 0.29 0.32 0 0.45
HSL 245.33º 0.19% 0.46% -
HSV(B) 245.33º 0.32% 0.55% -
XYZ 13.97 12.73 26.53 -
YUV 101.33 149.83 126.34 -
System Red Green Blue C M Y K H S L
Decimal 99 95 140 0.29 0.32 0 0.45 245.33 0.19 0.46
Hex 63 5F 8C 1D 20 0 2D F5 13 2E
Octal 143 137 214 35 40 0 55 365 23 56
Binary 1100011 1011111 10001100 11101 100000 0 101101 11110101 10011 101110

Color Harmonies of #635F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635F8C

Black with #635F8C

Text Example


Text Example

White with #635F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,95,140); }

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

background-color css

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

 a { background-color: rgb(99,95,140); }

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

border-color css

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

 span { border-color: rgb(99,95,140); }

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