Html Css Color HEX #642084 Kingfisher Daisy

📋 copy color: '#642084'

red 100 ◦ green 32 ◦ blue 132

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

Shades of Kingfisher Daisy #642084

Tints of Kingfisher Daisy #642084

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.12%

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

R = 37.88%
G = 12.12%
B = 50%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#642084 (or 0x642084) is known color: Kingfisher Daisy. HEX triplet: 64, 20 and 84. RGB value is (100,32,132). Sum of RGB (Red+Green+Blue) = 100+32+132=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #642084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642084 is #9BDF7B. Grayscale: #3F3F3F. Windows color (decimal): -10215292 or 8659044. OLE color: 8659044.

HSL color Cylindrical-coordinate representation of color #642084: hue angle of 280.8º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #642084 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 32 132 -
CMYK 0.24 0.76 0 0.48
HSL 280.8º 0.61% 0.32% -
HSV(B) 280.8º 0.76% 0.52% -
XYZ 9.94 5.41 22.35 -
YUV 63.73 166.53 153.87 -
System Red Green Blue C M Y K H S L
Decimal 100 32 132 0.24 0.76 0 0.48 280.8 0.61 0.32
Hex 64 20 84 18 4C 0 30 119 3D 20
Octal 144 40 204 30 114 0 60 431 75 40
Binary 1100100 100000 10000100 11000 1001100 0 110000 100011001 111101 100000

Color Harmonies of #642084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642084

Black with #642084

Text Example


Text Example

White with #642084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642084; }

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

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

background-color css

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

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

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

border-color css

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

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

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