Html Css Color HEX #642090 Kingfisher Daisy

📋 copy color: '#642090'

red 100 ◦ green 32 ◦ blue 144

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

Shades of Kingfisher Daisy #642090

Tints of Kingfisher Daisy #642090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.59%

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

R = 36.23%
G = 11.59%
B = 52.17%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#642090 (or 0x642090) is known color: Kingfisher Daisy. HEX triplet: 64, 20 and 90. RGB value is (100,32,144). Sum of RGB (Red+Green+Blue) = 100+32+144=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #642090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642090 is #9BDF6F. Grayscale: #404040. Windows color (decimal): -10215280 or 9445476. OLE color: 9445476.

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

Color convert

RGB 100 32 144 -
CMYK 0.31 0.78 0 0.44
HSL 276.43º 0.64% 0.35% -
HSV(B) 276.43º 0.78% 0.56% -
XYZ 10.81 5.76 26.93 -
YUV 65.1 172.53 152.89 -
System Red Green Blue C M Y K H S L
Decimal 100 32 144 0.31 0.78 0 0.44 276.43 0.64 0.35
Hex 64 20 90 1F 4E 0 2C 114 40 23
Octal 144 40 220 37 116 0 54 424 100 43
Binary 1100100 100000 10010000 11111 1001110 0 101100 100010100 1000000 100011

Color Harmonies of #642090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642090

Black with #642090

Text Example


Text Example

White with #642090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642090; }

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

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

background-color css

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

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

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

border-color css

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

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

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