Html Css Color HEX #601990 Kingfisher Daisy

📋 copy color: '#601990'

red 96 ◦ green 25 ◦ blue 144

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

Shades of Kingfisher Daisy #601990

Tints of Kingfisher Daisy #601990

RGB

 RED value IS 96 (37.89% from 255) = 36.23%

 GREEN value IS 25 (10.16% from 255) = 9.43%

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

R = 36.23%
G = 9.43%
B = 54.34%

CMYK

 C value IS 0.33

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#601990 (or 0x601990) is known color: Kingfisher Daisy. HEX triplet: 60, 19 and 90. RGB value is (96,25,144). Sum of RGB (Red+Green+Blue) = 96+25+144=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #601990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601990 is #9FE66F. Grayscale: #3B3B3B. Windows color (decimal): -10479216 or 9443680. OLE color: 9443680.

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

Color convert

RGB 96 25 144 -
CMYK 0.33 0.83 0 0.44
HSL 275.8º 0.7% 0.33% -
HSV(B) 275.8º 0.83% 0.56% -
XYZ 10.21 5.2 26.85 -
YUV 59.8 175.52 153.82 -
System Red Green Blue C M Y K H S L
Decimal 96 25 144 0.33 0.83 0 0.44 275.8 0.7 0.33
Hex 60 19 90 21 53 0 2C 114 46 21
Octal 140 31 220 41 123 0 54 424 106 41
Binary 1100000 11001 10010000 100001 1010011 0 101100 100010100 1000110 100001

Color Harmonies of #601990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601990

Black with #601990

Text Example


Text Example

White with #601990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601990; }

 p { color: rgb(96,25,144); }

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

background-color css

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

 a { background-color: rgb(96,25,144); }

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

border-color css

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

 span { border-color: rgb(96,25,144); }

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