Html Css Color HEX #611A88 Kingfisher Daisy

📋 copy color: '#611A88'

red 97 ◦ green 26 ◦ blue 136

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

Shades of Kingfisher Daisy #611A88

Tints of Kingfisher Daisy #611A88

RGB

 RED value IS 97 (38.28% from 255) = 37.45%

 GREEN value IS 26 (10.55% from 255) = 10.04%

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

R = 37.45%
G = 10.04%
B = 52.51%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#611A88 (or 0x611A88) is known color: Kingfisher Daisy. HEX triplet: 61, 1A and 88. RGB value is (97,26,136). Sum of RGB (Red+Green+Blue) = 97+26+136=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #611A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611A88 is #9EE577. Grayscale: #3B3B3B. Windows color (decimal): -10413432 or 8919649. OLE color: 8919649.

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

Color convert

RGB 97 26 136 -
CMYK 0.29 0.81 0 0.47
HSL 278.73º 0.68% 0.32% -
HSV(B) 278.73º 0.81% 0.53% -
XYZ 9.74 5.06 23.76 -
YUV 59.77 171.02 154.56 -
System Red Green Blue C M Y K H S L
Decimal 97 26 136 0.29 0.81 0 0.47 278.73 0.68 0.32
Hex 61 1A 88 1D 51 0 2F 117 44 20
Octal 141 32 210 35 121 0 57 427 104 40
Binary 1100001 11010 10001000 11101 1010001 0 101111 100010111 1000100 100000

Color Harmonies of #611A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611A88

Black with #611A88

Text Example


Text Example

White with #611A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611A88; }

 p { color: rgb(97,26,136); }

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

background-color css

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

 a { background-color: rgb(97,26,136); }

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

border-color css

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

 span { border-color: rgb(97,26,136); }

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