Html Css Color HEX #642D90 Kingfisher Daisy

📋 copy color: '#642D90'

red 100 ◦ green 45 ◦ blue 144

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

Shades of Kingfisher Daisy #642D90

Tints of Kingfisher Daisy #642D90

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.57%

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

R = 34.6%
G = 15.57%
B = 49.83%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#642D90 (or 0x642D90) is known color: Kingfisher Daisy. HEX triplet: 64, 2D and 90. RGB value is (100,45,144). Sum of RGB (Red+Green+Blue) = 100+45+144=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #642D90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642D90 is #9BD26F. Grayscale: #484848. Windows color (decimal): -10211952 or 9448804. OLE color: 9448804.

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

Color convert

RGB 100 45 144 -
CMYK 0.31 0.69 0 0.44
HSL 273.33º 0.52% 0.37% -
HSV(B) 273.33º 0.69% 0.56% -
XYZ 11.23 6.6 27.07 -
YUV 72.73 168.22 147.45 -
System Red Green Blue C M Y K H S L
Decimal 100 45 144 0.31 0.69 0 0.44 273.33 0.52 0.37
Hex 64 2D 90 1F 45 0 2C 111 34 25
Octal 144 55 220 37 105 0 54 421 64 45
Binary 1100100 101101 10010000 11111 1000101 0 101100 100010001 110100 100101

Color Harmonies of #642D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642D90

Black with #642D90

Text Example


Text Example

White with #642D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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