Html Css Color HEX #64638D Kimberly

📋 copy color: '#64638D'

red 100 ◦ green 99 ◦ blue 141

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

Shades of Kimberly #64638D

Tints of Kimberly #64638D

RGB

 RED value IS 100 (39.45% from 255) = 29.41%

 GREEN value IS 99 (39.06% from 255) = 29.12%

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

R = 29.41%
G = 29.12%
B = 41.47%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64638D (or 0x64638D) is known color: Kimberly. HEX triplet: 64, 63 and 8D. RGB value is (100,99,141). Sum of RGB (Red+Green+Blue) = 100+99+141=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 141 - color contains mainly: blue. Hex color #64638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64638D is #9B9C72. Grayscale: #676767. Windows color (decimal): -10198131 or 9266020. OLE color: 9266020.

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

Color convert

RGB 100 99 141 -
CMYK 0.29 0.30 0 0.45
HSL 241.43º 0.18% 0.47% -
HSV(B) 241.43º 0.3% 0.55% -
XYZ 14.53 13.56 27.05 -
YUV 104.09 148.83 125.08 -
System Red Green Blue C M Y K H S L
Decimal 100 99 141 0.29 0.30 0 0.45 241.43 0.18 0.47
Hex 64 63 8D 1D 1E 0 2D F1 12 2F
Octal 144 143 215 35 36 0 55 361 22 57
Binary 1100100 1100011 10001101 11101 11110 0 101101 11110001 10010 101111

Color Harmonies of #64638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64638D

Black with #64638D

Text Example


Text Example

White with #64638D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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