Html Css Color HEX #613080 Kingfisher Daisy

📋 copy color: '#613080'

red 97 ◦ green 48 ◦ blue 128

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

Shades of Kingfisher Daisy #613080

Tints of Kingfisher Daisy #613080

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.58%

 BLUE value IS 128 (50.39% from 255) = 46.89%

R = 35.53%
G = 17.58%
B = 46.89%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#613080 (or 0x613080) is known color: Kingfisher Daisy. HEX triplet: 61, 30 and 80. RGB value is (97,48,128). Sum of RGB (Red+Green+Blue) = 97+48+128=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 128 - color contains mainly: blue. Hex color #613080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613080 is #9ECF7F. Grayscale: #474747. Windows color (decimal): -10407808 or 8400993. OLE color: 8400993.

HSL color Cylindrical-coordinate representation of color #613080: hue angle of 276.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #613080 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 48 128 -
CMYK 0.24 0.62 0 0.50
HSL 276.75º 0.45% 0.35% -
HSV(B) 276.75º 0.63% 0.5% -
XYZ 9.88 6.21 21.1 -
YUV 71.77 159.73 146 -
System Red Green Blue C M Y K H S L
Decimal 97 48 128 0.24 0.62 0 0.50 276.75 0.45 0.35
Hex 61 30 80 18 3E 0 32 115 2D 23
Octal 141 60 200 30 76 0 62 425 55 43
Binary 1100001 110000 10000000 11000 111110 0 110010 100010101 101101 100011

Color Harmonies of #613080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613080

Black with #613080

Text Example


Text Example

White with #613080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613080; }

 p { color: rgb(97,48,128); }

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

background-color css

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

 a { background-color: rgb(97,48,128); }

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

border-color css

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

 span { border-color: rgb(97,48,128); }

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