Html Css Color HEX #641987 Kingfisher Daisy

📋 copy color: '#641987'

red 100 ◦ green 25 ◦ blue 135

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

Shades of Kingfisher Daisy #641987

Tints of Kingfisher Daisy #641987

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.62%

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

R = 38.46%
G = 9.62%
B = 51.92%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#641987 (or 0x641987) is known color: Kingfisher Daisy. HEX triplet: 64, 19 and 87. RGB value is (100,25,135). Sum of RGB (Red+Green+Blue) = 100+25+135=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 135 (53.12% from 255 or 51.92% from 260); Max value from RGB is 135 - color contains mainly: blue. Hex color #641987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641987 is #9BE678. Grayscale: #3B3B3B. Windows color (decimal): -10217081 or 8853860. OLE color: 8853860.

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

Color convert

RGB 100 25 135 -
CMYK 0.26 0.81 0 0.47
HSL 280.91º 0.69% 0.31% -
HSV(B) 280.91º 0.81% 0.53% -
XYZ 9.98 5.15 23.39 -
YUV 59.97 170.35 156.56 -
System Red Green Blue C M Y K H S L
Decimal 100 25 135 0.26 0.81 0 0.47 280.91 0.69 0.31
Hex 64 19 87 1A 51 0 2F 119 45 1F
Octal 144 31 207 32 121 0 57 431 105 37
Binary 1100100 11001 10000111 11010 1010001 0 101111 100011001 1000101 11111

Color Harmonies of #641987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641987

Black with #641987

Text Example


Text Example

White with #641987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641987; }

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

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

background-color css

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

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

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

border-color css

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

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

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