Html Css Color HEX #635F84 Kimberly

📋 copy color: '#635F84'

red 99 ◦ green 95 ◦ blue 132

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

Shades of Kimberly #635F84

Tints of Kimberly #635F84

RGB

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

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

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

R = 30.37%
G = 29.14%
B = 40.49%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#635F84 (or 0x635F84) is known color: Kimberly. HEX triplet: 63, 5F and 84. RGB value is (99,95,132). Sum of RGB (Red+Green+Blue) = 99+95+132=326 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.37% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #635F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635F84 is #9CA07B. Grayscale: #646464. Windows color (decimal): -10264700 or 8675171. OLE color: 8675171.

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

Color convert

RGB 99 95 132 -
CMYK 0.25 0.28 0 0.48
HSL 246.49º 0.16% 0.45% -
HSV(B) 246.49º 0.28% 0.52% -
XYZ 13.4 12.5 23.54 -
YUV 100.41 145.83 126.99 -
System Red Green Blue C M Y K H S L
Decimal 99 95 132 0.25 0.28 0 0.48 246.49 0.16 0.45
Hex 63 5F 84 19 1C 0 30 F6 10 2D
Octal 143 137 204 31 34 0 60 366 20 55
Binary 1100011 1011111 10000100 11001 11100 0 110000 11110110 10000 101101

Color Harmonies of #635F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635F84

Black with #635F84

Text Example


Text Example

White with #635F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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