Html Css Color HEX #611A7F Kingfisher Daisy

📋 copy color: '#611A7F'

red 97 ◦ green 26 ◦ blue 127

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

Shades of Kingfisher Daisy #611A7F

Tints of Kingfisher Daisy #611A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 50.8%

R = 38.8%
G = 10.4%
B = 50.8%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#611A7F (or 0x611A7F) is known color: Kingfisher Daisy. HEX triplet: 61, 1A and 7F. RGB value is (97,26,127). Sum of RGB (Red+Green+Blue) = 97+26+127=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #611A7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611A7F is #9EE580. Grayscale: #3A3A3A. Windows color (decimal): -10413441 or 8329825. OLE color: 8329825.

HSL color Cylindrical-coordinate representation of color #611A7F: hue angle of 282.18º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #611A7F is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 26 127 -
CMYK 0.24 0.80 0 0.50
HSL 282.18º 0.66% 0.3% -
HSV(B) 282.18º 0.8% 0.5% -
XYZ 9.13 4.81 20.53 -
YUV 58.74 166.52 155.29 -
System Red Green Blue C M Y K H S L
Decimal 97 26 127 0.24 0.80 0 0.50 282.18 0.66 0.3
Hex 61 1A 7F 18 50 0 32 11A 42 1E
Octal 141 32 177 30 120 0 62 432 102 36
Binary 1100001 11010 1111111 11000 1010000 0 110010 100011010 1000010 11110

Color Harmonies of #611A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611A7F

Black with #611A7F

Text Example


Text Example

White with #611A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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