Html Css Color HEX #601C88 Kingfisher Daisy

📋 copy color: '#601C88'

red 96 ◦ green 28 ◦ blue 136

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

Shades of Kingfisher Daisy #601C88

Tints of Kingfisher Daisy #601C88

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.77%

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

R = 36.92%
G = 10.77%
B = 52.31%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#601C88 (or 0x601C88) is known color: Kingfisher Daisy. HEX triplet: 60, 1C and 88. RGB value is (96,28,136). Sum of RGB (Red+Green+Blue) = 96+28+136=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 136 (53.52% from 255 or 52.31% from 260); Max value from RGB is 136 - color contains mainly: blue. Hex color #601C88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #601C88 is #9FE377. Grayscale: #3C3C3C. Windows color (decimal): -10478456 or 8920160. OLE color: 8920160.

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

Color convert

RGB 96 28 136 -
CMYK 0.29 0.79 0 0.47
HSL 277.78º 0.66% 0.32% -
HSV(B) 277.78º 0.79% 0.53% -
XYZ 9.68 5.09 23.77 -
YUV 60.64 170.53 153.22 -
System Red Green Blue C M Y K H S L
Decimal 96 28 136 0.29 0.79 0 0.47 277.78 0.66 0.32
Hex 60 1C 88 1D 4F 0 2F 116 42 20
Octal 140 34 210 35 117 0 57 426 102 40
Binary 1100000 11100 10001000 11101 1001111 0 101111 100010110 1000010 100000

Color Harmonies of #601C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601C88

Black with #601C88

Text Example


Text Example

White with #601C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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