Html Css Color HEX #601988 Kingfisher Daisy

📋 copy color: '#601988'

red 96 ◦ green 25 ◦ blue 136

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

Shades of Kingfisher Daisy #601988

Tints of Kingfisher Daisy #601988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 52.92%

R = 37.35%
G = 9.73%
B = 52.92%

CMYK

 C value IS 0.29

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#601988 (or 0x601988) is known color: Kingfisher Daisy. HEX triplet: 60, 19 and 88. RGB value is (96,25,136). Sum of RGB (Red+Green+Blue) = 96+25+136=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #601988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601988 is #9FE677. Grayscale: #3A3A3A. Windows color (decimal): -10479224 or 8919392. OLE color: 8919392.

HSL color Cylindrical-coordinate representation of color #601988: hue angle of 278.38º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #601988 is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 25 136 -
CMYK 0.29 0.82 0 0.47
HSL 278.38º 0.69% 0.32% -
HSV(B) 278.38º 0.82% 0.53% -
XYZ 9.62 4.96 23.74 -
YUV 58.88 171.52 154.47 -
System Red Green Blue C M Y K H S L
Decimal 96 25 136 0.29 0.82 0 0.47 278.38 0.69 0.32
Hex 60 19 88 1D 52 0 2F 116 45 20
Octal 140 31 210 35 122 0 57 426 105 40
Binary 1100000 11001 10001000 11101 1010010 0 101111 100010110 1000101 100000

Color Harmonies of #601988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601988

Black with #601988

Text Example


Text Example

White with #601988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601988; }

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

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

background-color css

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

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

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

border-color css

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

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

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