Html Css Color HEX #642893 Kingfisher Daisy

📋 copy color: '#642893'

red 100 ◦ green 40 ◦ blue 147

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

Shades of Kingfisher Daisy #642893

Tints of Kingfisher Daisy #642893

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.94%

 BLUE value IS 147 (57.81% from 255) = 51.22%

R = 34.84%
G = 13.94%
B = 51.22%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#642893 (or 0x642893) is known color: Kingfisher Daisy. HEX triplet: 64, 28 and 93. RGB value is (100,40,147). Sum of RGB (Red+Green+Blue) = 100+40+147=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #642893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642893 is #9BD76C. Grayscale: #454545. Windows color (decimal): -10213229 or 9644132. OLE color: 9644132.

HSL color Cylindrical-coordinate representation of color #642893: hue angle of 273.64º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #642893 is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 40 147 -
CMYK 0.32 0.73 0 0.42
HSL 273.64º 0.57% 0.37% -
HSV(B) 273.64º 0.73% 0.58% -
XYZ 11.28 6.33 28.23 -
YUV 70.14 171.38 149.3 -
System Red Green Blue C M Y K H S L
Decimal 100 40 147 0.32 0.73 0 0.42 273.64 0.57 0.37
Hex 64 28 93 20 49 0 2A 112 39 25
Octal 144 50 223 40 111 0 52 422 71 45
Binary 1100100 101000 10010011 100000 1001001 0 101010 100010010 111001 100101

Color Harmonies of #642893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642893

Black with #642893

Text Example


Text Example

White with #642893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642893; }

 p { color: rgb(100,40,147); }

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

background-color css

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

 a { background-color: rgb(100,40,147); }

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

border-color css

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

 span { border-color: rgb(100,40,147); }

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