Html Css Color HEX #642487 Kingfisher Daisy

📋 copy color: '#642487'

red 100 ◦ green 36 ◦ blue 135

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

Shades of Kingfisher Daisy #642487

Tints of Kingfisher Daisy #642487

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.28%

 BLUE value IS 135 (53.13% from 255) = 49.82%

R = 36.9%
G = 13.28%
B = 49.82%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#642487 (or 0x642487) is known color: Kingfisher Daisy. HEX triplet: 64, 24 and 87. RGB value is (100,36,135). Sum of RGB (Red+Green+Blue) = 100+36+135=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 135 (53.12% from 255 or 49.82% from 271); Max value from RGB is 135 - color contains mainly: blue. Hex color #642487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642487 is #9BDB78. Grayscale: #424242. Windows color (decimal): -10214265 or 8856676. OLE color: 8856676.

HSL color Cylindrical-coordinate representation of color #642487: hue angle of 278.79º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #642487 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 36 135 -
CMYK 0.26 0.73 0 0.47
HSL 278.79º 0.58% 0.34% -
HSV(B) 278.79º 0.73% 0.53% -
XYZ 10.26 5.72 23.49 -
YUV 66.42 166.7 151.95 -
System Red Green Blue C M Y K H S L
Decimal 100 36 135 0.26 0.73 0 0.47 278.79 0.58 0.34
Hex 64 24 87 1A 49 0 2F 117 3A 22
Octal 144 44 207 32 111 0 57 427 72 42
Binary 1100100 100100 10000111 11010 1001001 0 101111 100010111 111010 100010

Color Harmonies of #642487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642487

Black with #642487

Text Example


Text Example

White with #642487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642487; }

 p { color: rgb(100,36,135); }

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

background-color css

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

 a { background-color: rgb(100,36,135); }

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

border-color css

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

 span { border-color: rgb(100,36,135); }

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