Html Css Color HEX #643090 Kingfisher Daisy

📋 copy color: '#643090'

red 100 ◦ green 48 ◦ blue 144

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

Shades of Kingfisher Daisy #643090

Tints of Kingfisher Daisy #643090

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.44%

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

R = 34.25%
G = 16.44%
B = 49.32%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#643090 (or 0x643090) is known color: Kingfisher Daisy. HEX triplet: 64, 30 and 90. RGB value is (100,48,144). Sum of RGB (Red+Green+Blue) = 100+48+144=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #643090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643090 is #9BCF6F. Grayscale: #4A4A4A. Windows color (decimal): -10211184 or 9449572. OLE color: 9449572.

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

Color convert

RGB 100 48 144 -
CMYK 0.31 0.67 0 0.44
HSL 272.5º 0.5% 0.38% -
HSV(B) 272.5º 0.67% 0.56% -
XYZ 11.35 6.84 27.11 -
YUV 74.49 167.23 146.19 -
System Red Green Blue C M Y K H S L
Decimal 100 48 144 0.31 0.67 0 0.44 272.5 0.5 0.38
Hex 64 30 90 1F 43 0 2C 110 32 26
Octal 144 60 220 37 103 0 54 420 62 46
Binary 1100100 110000 10010000 11111 1000011 0 101100 100010000 110010 100110

Color Harmonies of #643090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643090

Black with #643090

Text Example


Text Example

White with #643090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643090; }

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

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

background-color css

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

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

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

border-color css

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

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

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