Html Css Color HEX #63628B Kimberly

📋 copy color: '#63628B'

red 99 ◦ green 98 ◦ blue 139

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

Shades of Kimberly #63628B

Tints of Kimberly #63628B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.17%

 BLUE value IS 139 (54.69% from 255) = 41.37%

R = 29.46%
G = 29.17%
B = 41.37%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63628B (or 0x63628B) is known color: Kimberly. HEX triplet: 63, 62 and 8B. RGB value is (99,98,139). Sum of RGB (Red+Green+Blue) = 99+98+139=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #63628B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63628B is #9C9D74. Grayscale: #666666. Windows color (decimal): -10263925 or 9134691. OLE color: 9134691.

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

Color convert

RGB 99 98 139 -
CMYK 0.29 0.29 0 0.45
HSL 241.46º 0.17% 0.46% -
HSV(B) 241.46º 0.29% 0.55% -
XYZ 14.17 13.25 26.24 -
YUV 102.97 148.33 125.17 -
System Red Green Blue C M Y K H S L
Decimal 99 98 139 0.29 0.29 0 0.45 241.46 0.17 0.46
Hex 63 62 8B 1D 1D 0 2D F1 11 2E
Octal 143 142 213 35 35 0 55 361 21 56
Binary 1100011 1100010 10001011 11101 11101 0 101101 11110001 10001 101110

Color Harmonies of #63628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63628B

Black with #63628B

Text Example


Text Example

White with #63628B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63628B; }

 p { color: rgb(99,98,139); }

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

background-color css

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

 a { background-color: rgb(99,98,139); }

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

border-color css

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

 span { border-color: rgb(99,98,139); }

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