Html Css Color HEX #611A8D Kingfisher Daisy

📋 copy color: '#611A8D'

red 97 ◦ green 26 ◦ blue 141

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

Shades of Kingfisher Daisy #611A8D

Tints of Kingfisher Daisy #611A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 53.41%

R = 36.74%
G = 9.85%
B = 53.41%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#611A8D (or 0x611A8D) is known color: Kingfisher Daisy. HEX triplet: 61, 1A and 8D. RGB value is (97,26,141). Sum of RGB (Red+Green+Blue) = 97+26+141=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #611A8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611A8D is #9EE572. Grayscale: #3B3B3B. Windows color (decimal): -10413427 or 9247329. OLE color: 9247329.

HSL color Cylindrical-coordinate representation of color #611A8D: hue angle of 277.04º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #611A8D is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 26 141 -
CMYK 0.31 0.82 0 0.45
HSL 277.04º 0.69% 0.33% -
HSV(B) 277.04º 0.82% 0.55% -
XYZ 10.11 5.2 25.67 -
YUV 60.34 173.52 154.15 -
System Red Green Blue C M Y K H S L
Decimal 97 26 141 0.31 0.82 0 0.45 277.04 0.69 0.33
Hex 61 1A 8D 1F 52 0 2D 115 45 21
Octal 141 32 215 37 122 0 55 425 105 41
Binary 1100001 11010 10001101 11111 1010010 0 101101 100010101 1000101 100001

Color Harmonies of #611A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611A8D

Black with #611A8D

Text Example


Text Example

White with #611A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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