Html Css Color HEX #64638C Kimberly

📋 copy color: '#64638C'

red 100 ◦ green 99 ◦ blue 140

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

Shades of Kimberly #64638C

Tints of Kimberly #64638C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.3%

R = 29.5%
G = 29.2%
B = 41.3%

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

#64638C (or 0x64638C) is known color: Kimberly. HEX triplet: 64, 63 and 8C. RGB value is (100,99,140). Sum of RGB (Red+Green+Blue) = 100+99+140=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 140 - color contains mainly: blue. Hex color #64638C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64638C is #9B9C73. Grayscale: #676767. Windows color (decimal): -10198132 or 9200484. OLE color: 9200484.

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

Color convert

RGB 100 99 140 -
CMYK 0.29 0.29 0 0.45
HSL 241.46º 0.17% 0.47% -
HSV(B) 241.46º 0.29% 0.55% -
XYZ 14.45 13.53 26.66 -
YUV 103.97 148.33 125.17 -
System Red Green Blue C M Y K H S L
Decimal 100 99 140 0.29 0.29 0 0.45 241.46 0.17 0.47
Hex 64 63 8C 1D 1D 0 2D F1 11 2F
Octal 144 143 214 35 35 0 55 361 21 57
Binary 1100100 1100011 10001100 11101 11101 0 101101 11110001 10001 101111

Color Harmonies of #64638C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64638C

Black with #64638C

Text Example


Text Example

White with #64638C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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