Html Css Color HEX #64618D Kimberly

📋 copy color: '#64618D'

red 100 ◦ green 97 ◦ blue 141

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

Shades of Kimberly #64618D

Tints of Kimberly #64618D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.7%

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

R = 29.59%
G = 28.7%
B = 41.72%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64618D (or 0x64618D) is known color: Kimberly. HEX triplet: 64, 61 and 8D. RGB value is (100,97,141). Sum of RGB (Red+Green+Blue) = 100+97+141=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 141 - color contains mainly: blue. Hex color #64618D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64618D is #9B9E72. Grayscale: #666666. Windows color (decimal): -10198643 or 9265508. OLE color: 9265508.

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

Color convert

RGB 100 97 141 -
CMYK 0.29 0.31 0 0.45
HSL 244.09º 0.18% 0.47% -
HSV(B) 244.09º 0.31% 0.55% -
XYZ 14.34 13.18 26.99 -
YUV 102.91 149.49 125.92 -
System Red Green Blue C M Y K H S L
Decimal 100 97 141 0.29 0.31 0 0.45 244.09 0.18 0.47
Hex 64 61 8D 1D 1F 0 2D F4 12 2F
Octal 144 141 215 35 37 0 55 364 22 57
Binary 1100100 1100001 10001101 11101 11111 0 101101 11110100 10010 101111

Color Harmonies of #64618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64618D

Black with #64618D

Text Example


Text Example

White with #64618D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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