Html Css Color HEX #642980 Kingfisher Daisy

📋 copy color: '#642980'

red 100 ◦ green 41 ◦ blue 128

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

Shades of Kingfisher Daisy #642980

Tints of Kingfisher Daisy #642980

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.24%

 BLUE value IS 128 (50.39% from 255) = 47.58%

R = 37.17%
G = 15.24%
B = 47.58%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#642980 (or 0x642980) is known color: Kingfisher Daisy. HEX triplet: 64, 29 and 80. RGB value is (100,41,128). Sum of RGB (Red+Green+Blue) = 100+41+128=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 128 - color contains mainly: blue. Hex color #642980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642980 is #9BD67F. Grayscale: #444444. Windows color (decimal): -10212992 or 8399204. OLE color: 8399204.

HSL color Cylindrical-coordinate representation of color #642980: hue angle of 280.69º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #642980 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 41 128 -
CMYK 0.22 0.68 0 0.50
HSL 280.69º 0.51% 0.33% -
HSV(B) 280.69º 0.68% 0.5% -
XYZ 9.94 5.85 21.03 -
YUV 68.56 161.55 150.43 -
System Red Green Blue C M Y K H S L
Decimal 100 41 128 0.22 0.68 0 0.50 280.69 0.51 0.33
Hex 64 29 80 16 44 0 32 119 33 21
Octal 144 51 200 26 104 0 62 431 63 41
Binary 1100100 101001 10000000 10110 1000100 0 110010 100011001 110011 100001

Color Harmonies of #642980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642980

Black with #642980

Text Example


Text Example

White with #642980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642980; }

 p { color: rgb(100,41,128); }

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

background-color css

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

 a { background-color: rgb(100,41,128); }

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

border-color css

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

 span { border-color: rgb(100,41,128); }

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