Html Css Color HEX #642B80 Kingfisher Daisy

📋 copy color: '#642B80'

red 100 ◦ green 43 ◦ blue 128

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

Shades of Kingfisher Daisy #642B80

Tints of Kingfisher Daisy #642B80

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.87%

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

R = 36.9%
G = 15.87%
B = 47.23%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#642B80 (or 0x642B80) is known color: Kingfisher Daisy. HEX triplet: 64, 2B and 80. RGB value is (100,43,128). Sum of RGB (Red+Green+Blue) = 100+43+128=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 128 (50.39% from 255 or 47.23% from 271); Max value from RGB is 128 - color contains mainly: blue. Hex color #642B80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642B80 is #9BD47F. Grayscale: #454545. Windows color (decimal): -10212480 or 8399716. OLE color: 8399716.

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

Color convert

RGB 100 43 128 -
CMYK 0.22 0.66 0 0.50
HSL 280.24º 0.5% 0.34% -
HSV(B) 280.24º 0.66% 0.5% -
XYZ 10.02 6 21.05 -
YUV 69.73 160.88 149.59 -
System Red Green Blue C M Y K H S L
Decimal 100 43 128 0.22 0.66 0 0.50 280.24 0.5 0.34
Hex 64 2B 80 16 42 0 32 118 32 22
Octal 144 53 200 26 102 0 62 430 62 42
Binary 1100100 101011 10000000 10110 1000010 0 110010 100011000 110010 100010

Color Harmonies of #642B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642B80

Black with #642B80

Text Example


Text Example

White with #642B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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