Html Css Color HEX #63608A Kimberly

📋 copy color: '#63608A'

red 99 ◦ green 96 ◦ blue 138

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

Shades of Kimberly #63608A

Tints of Kimberly #63608A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.44%

R = 29.73%
G = 28.83%
B = 41.44%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#63608A (or 0x63608A) is known color: Kimberly. HEX triplet: 63, 60 and 8A. RGB value is (99,96,138). Sum of RGB (Red+Green+Blue) = 99+96+138=333 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.73% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 138 - color contains mainly: blue. Hex color #63608A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63608A is #9C9F75. Grayscale: #656565. Windows color (decimal): -10264438 or 9068643. OLE color: 9068643.

HSL color Cylindrical-coordinate representation of color #63608A: hue angle of 244.29º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #63608A is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 99 96 138 -
CMYK 0.28 0.30 0 0.46
HSL 244.29º 0.18% 0.46% -
HSV(B) 244.29º 0.3% 0.54% -
XYZ 13.92 12.85 25.79 -
YUV 101.69 148.49 126.08 -
System Red Green Blue C M Y K H S L
Decimal 99 96 138 0.28 0.30 0 0.46 244.29 0.18 0.46
Hex 63 60 8A 1C 1E 0 2E F4 12 2E
Octal 143 140 212 34 36 0 56 364 22 56
Binary 1100011 1100000 10001010 11100 11110 0 101110 11110100 10010 101110

Color Harmonies of #63608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63608A

Black with #63608A

Text Example


Text Example

White with #63608A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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