Html Css Color HEX #63608D Kimberly

📋 copy color: '#63608D'

red 99 ◦ green 96 ◦ blue 141

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

Shades of Kimberly #63608D

Tints of Kimberly #63608D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.57%

 BLUE value IS 141 (55.47% from 255) = 41.96%

R = 29.46%
G = 28.57%
B = 41.96%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63608D (or 0x63608D) is known color: Kimberly. HEX triplet: 63, 60 and 8D. RGB value is (99,96,141). Sum of RGB (Red+Green+Blue) = 99+96+141=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: blue. Hex color #63608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63608D is #9C9F72. Grayscale: #656565. Windows color (decimal): -10264435 or 9265251. OLE color: 9265251.

HSL color Cylindrical-coordinate representation of color #63608D: hue angle of 244º 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 #63608D is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 96 141 -
CMYK 0.30 0.32 0 0.45
HSL 244º 0.19% 0.46% -
HSV(B) 244º 0.32% 0.55% -
XYZ 14.14 12.94 26.95 -
YUV 102.03 149.99 125.84 -
System Red Green Blue C M Y K H S L
Decimal 99 96 141 0.30 0.32 0 0.45 244 0.19 0.46
Hex 63 60 8D 1E 20 0 2D F4 13 2E
Octal 143 140 215 36 40 0 55 364 23 56
Binary 1100011 1100000 10001101 11110 100000 0 101101 11110100 10011 101110

Color Harmonies of #63608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63608D

Black with #63608D

Text Example


Text Example

White with #63608D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63608D; }

 p { color: rgb(99,96,141); }

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

background-color css

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

 a { background-color: rgb(99,96,141); }

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

border-color css

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

 span { border-color: rgb(99,96,141); }

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