Html Css Color HEX #642190 Kingfisher Daisy

📋 copy color: '#642190'

red 100 ◦ green 33 ◦ blue 144

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

Shades of Kingfisher Daisy #642190

Tints of Kingfisher Daisy #642190

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.91%

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

R = 36.1%
G = 11.91%
B = 51.99%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#642190 (or 0x642190) is known color: Kingfisher Daisy. HEX triplet: 64, 21 and 90. RGB value is (100,33,144). Sum of RGB (Red+Green+Blue) = 100+33+144=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #642190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642190 is #9BDE6F. Grayscale: #414141. Windows color (decimal): -10215024 or 9445732. OLE color: 9445732.

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

Color convert

RGB 100 33 144 -
CMYK 0.31 0.77 0 0.44
HSL 276.22º 0.63% 0.35% -
HSV(B) 276.22º 0.77% 0.56% -
XYZ 10.83 5.81 26.94 -
YUV 65.69 172.2 152.47 -
System Red Green Blue C M Y K H S L
Decimal 100 33 144 0.31 0.77 0 0.44 276.22 0.63 0.35
Hex 64 21 90 1F 4D 0 2C 114 3F 23
Octal 144 41 220 37 115 0 54 424 77 43
Binary 1100100 100001 10010000 11111 1001101 0 101100 100010100 111111 100011

Color Harmonies of #642190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642190

Black with #642190

Text Example


Text Example

White with #642190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642190; }

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

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

background-color css

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

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

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

border-color css

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

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

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