Html Css Color HEX #642C84 Kingfisher Daisy

📋 copy color: '#642C84'

red 100 ◦ green 44 ◦ blue 132

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

Shades of Kingfisher Daisy #642C84

Tints of Kingfisher Daisy #642C84

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.94%

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

R = 36.23%
G = 15.94%
B = 47.83%

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

#642C84 (or 0x642C84) is known color: Kingfisher Daisy. HEX triplet: 64, 2C and 84. RGB value is (100,44,132). Sum of RGB (Red+Green+Blue) = 100+44+132=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #642C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642C84 is #9BD37B. Grayscale: #464646. Windows color (decimal): -10212220 or 8662116. OLE color: 8662116.

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

Color convert

RGB 100 44 132 -
CMYK 0.24 0.67 0 0.48
HSL 278.18º 0.5% 0.35% -
HSV(B) 278.18º 0.67% 0.52% -
XYZ 10.32 6.18 22.48 -
YUV 70.78 162.55 148.84 -
System Red Green Blue C M Y K H S L
Decimal 100 44 132 0.24 0.67 0 0.48 278.18 0.5 0.35
Hex 64 2C 84 18 43 0 30 116 32 23
Octal 144 54 204 30 103 0 60 426 62 43
Binary 1100100 101100 10000100 11000 1000011 0 110000 100010110 110010 100011

Color Harmonies of #642C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642C84

Black with #642C84

Text Example


Text Example

White with #642C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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