Html Css Color HEX #642293 Kingfisher Daisy

📋 copy color: '#642293'

red 100 ◦ green 34 ◦ blue 147

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

Shades of Kingfisher Daisy #642293

Tints of Kingfisher Daisy #642293

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.1%

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

R = 35.59%
G = 12.1%
B = 52.31%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#642293 (or 0x642293) is known color: Kingfisher Daisy. HEX triplet: 64, 22 and 93. RGB value is (100,34,147). Sum of RGB (Red+Green+Blue) = 100+34+147=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #642293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642293 is #9BDD6C. Grayscale: #424242. Windows color (decimal): -10214765 or 9642596. OLE color: 9642596.

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

Color convert

RGB 100 34 147 -
CMYK 0.32 0.77 0 0.42
HSL 275.04º 0.62% 0.35% -
HSV(B) 275.04º 0.77% 0.58% -
XYZ 11.09 5.96 28.17 -
YUV 66.62 173.37 151.81 -
System Red Green Blue C M Y K H S L
Decimal 100 34 147 0.32 0.77 0 0.42 275.04 0.62 0.35
Hex 64 22 93 20 4D 0 2A 113 3E 23
Octal 144 42 223 40 115 0 52 423 76 43
Binary 1100100 100010 10010011 100000 1001101 0 101010 100010011 111110 100011

Color Harmonies of #642293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642293

Black with #642293

Text Example


Text Example

White with #642293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642293; }

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

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

background-color css

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

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

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

border-color css

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

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

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