Html Css Color HEX #635885 Kimberly

📋 copy color: '#635885'

red 99 ◦ green 88 ◦ blue 133

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

Shades of Kimberly #635885

Tints of Kimberly #635885

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.5%

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

R = 30.94%
G = 27.5%
B = 41.56%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#635885 (or 0x635885) is known color: Kimberly. HEX triplet: 63, 58 and 85. RGB value is (99,88,133). Sum of RGB (Red+Green+Blue) = 99+88+133=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #635885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635885 is #9CA77A. Grayscale: #606060. Windows color (decimal): -10266491 or 8738915. OLE color: 8738915.

HSL color Cylindrical-coordinate representation of color #635885: hue angle of 254.67º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #635885 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 88 133 -
CMYK 0.26 0.34 0 0.48
HSL 254.67º 0.2% 0.43% -
HSV(B) 254.67º 0.34% 0.52% -
XYZ 12.87 11.33 23.7 -
YUV 96.42 148.64 129.84 -
System Red Green Blue C M Y K H S L
Decimal 99 88 133 0.26 0.34 0 0.48 254.67 0.2 0.43
Hex 63 58 85 1A 22 0 30 FF 14 2B
Octal 143 130 205 32 42 0 60 377 24 53
Binary 1100011 1011000 10000101 11010 100010 0 110000 11111111 10100 101011

Color Harmonies of #635885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635885

Black with #635885

Text Example


Text Example

White with #635885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635885; }

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

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

background-color css

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

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

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

border-color css

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

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

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