Html Css Color HEX #642B84 Kingfisher Daisy

📋 copy color: '#642B84'

red 100 ◦ green 43 ◦ blue 132

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

Shades of Kingfisher Daisy #642B84

Tints of Kingfisher Daisy #642B84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 48%

R = 36.36%
G = 15.64%
B = 48%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#642B84 (or 0x642B84) is known color: Kingfisher Daisy. HEX triplet: 64, 2B and 84. RGB value is (100,43,132). Sum of RGB (Red+Green+Blue) = 100+43+132=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #642B84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642B84 is #9BD47B. Grayscale: #454545. Windows color (decimal): -10212476 or 8661860. OLE color: 8661860.

HSL color Cylindrical-coordinate representation of color #642B84: hue angle of 278.43º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #642B84 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 43 132 -
CMYK 0.24 0.67 0 0.48
HSL 278.43º 0.51% 0.34% -
HSV(B) 278.43º 0.67% 0.52% -
XYZ 10.28 6.1 22.47 -
YUV 70.19 162.88 149.26 -
System Red Green Blue C M Y K H S L
Decimal 100 43 132 0.24 0.67 0 0.48 278.43 0.51 0.34
Hex 64 2B 84 18 43 0 30 116 33 22
Octal 144 53 204 30 103 0 60 426 63 42
Binary 1100100 101011 10000100 11000 1000011 0 110000 100010110 110011 100010

Color Harmonies of #642B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642B84

Black with #642B84

Text Example


Text Example

White with #642B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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