Html Css Color HEX #642990 Kingfisher Daisy

📋 copy color: '#642990'

red 100 ◦ green 41 ◦ blue 144

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

Shades of Kingfisher Daisy #642990

Tints of Kingfisher Daisy #642990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.39%

 BLUE value IS 144 (56.64% from 255) = 50.53%

R = 35.09%
G = 14.39%
B = 50.53%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#642990 (or 0x642990) is known color: Kingfisher Daisy. HEX triplet: 64, 29 and 90. RGB value is (100,41,144). Sum of RGB (Red+Green+Blue) = 100+41+144=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #642990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642990 is #9BD66F. Grayscale: #464646. Windows color (decimal): -10212976 or 9447780. OLE color: 9447780.

HSL color Cylindrical-coordinate representation of color #642990: hue angle of 274.37º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #642990 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 41 144 -
CMYK 0.31 0.72 0 0.44
HSL 274.37º 0.56% 0.36% -
HSV(B) 274.37º 0.72% 0.56% -
XYZ 11.08 6.31 27.02 -
YUV 70.38 169.55 149.12 -
System Red Green Blue C M Y K H S L
Decimal 100 41 144 0.31 0.72 0 0.44 274.37 0.56 0.36
Hex 64 29 90 1F 48 0 2C 112 38 24
Octal 144 51 220 37 110 0 54 422 70 44
Binary 1100100 101001 10010000 11111 1001000 0 101100 100010010 111000 100100

Color Harmonies of #642990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642990

Black with #642990

Text Example


Text Example

White with #642990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642990; }

 p { color: rgb(100,41,144); }

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

background-color css

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

 a { background-color: rgb(100,41,144); }

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

border-color css

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

 span { border-color: rgb(100,41,144); }

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