Html Css Color HEX #64618F Kimberly

📋 copy color: '#64618F'

red 100 ◦ green 97 ◦ blue 143

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

Shades of Kimberly #64618F

Tints of Kimberly #64618F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.06%

R = 29.41%
G = 28.53%
B = 42.06%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#64618F (or 0x64618F) is known color: Kimberly. HEX triplet: 64, 61 and 8F. RGB value is (100,97,143). Sum of RGB (Red+Green+Blue) = 100+97+143=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 143 - color contains mainly: blue. Hex color #64618F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64618F is #9B9E70. Grayscale: #666666. Windows color (decimal): -10198641 or 9396580. OLE color: 9396580.

HSL color Cylindrical-coordinate representation of color #64618F: hue angle of 243.91º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64618F is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 97 143 -
CMYK 0.30 0.32 0 0.44
HSL 243.91º 0.19% 0.47% -
HSV(B) 243.91º 0.32% 0.56% -
XYZ 14.49 13.24 27.78 -
YUV 103.14 150.49 125.76 -
System Red Green Blue C M Y K H S L
Decimal 100 97 143 0.30 0.32 0 0.44 243.91 0.19 0.47
Hex 64 61 8F 1E 20 0 2C F4 13 2F
Octal 144 141 217 36 40 0 54 364 23 57
Binary 1100100 1100001 10001111 11110 100000 0 101100 11110100 10011 101111

Color Harmonies of #64618F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64618F

Black with #64618F

Text Example


Text Example

White with #64618F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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