Html Css Color HEX #613180 Kingfisher Daisy

📋 copy color: '#613180'

red 97 ◦ green 49 ◦ blue 128

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

Shades of Kingfisher Daisy #613180

Tints of Kingfisher Daisy #613180

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.88%

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

R = 35.4%
G = 17.88%
B = 46.72%

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

#613180 (or 0x613180) is known color: Kingfisher Daisy. HEX triplet: 61, 31 and 80. RGB value is (97,49,128). Sum of RGB (Red+Green+Blue) = 97+49+128=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 128 (50.39% from 255 or 46.72% from 274); Max value from RGB is 128 - color contains mainly: blue. Hex color #613180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613180 is #9ECE7F. Grayscale: #484848. Windows color (decimal): -10407552 or 8401249. OLE color: 8401249.

HSL color Cylindrical-coordinate representation of color #613180: hue angle of 276.46º 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 #613180 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 49 128 -
CMYK 0.24 0.62 0 0.50
HSL 276.46º 0.45% 0.35% -
HSV(B) 276.46º 0.62% 0.5% -
XYZ 9.92 6.3 21.11 -
YUV 72.36 159.4 145.58 -
System Red Green Blue C M Y K H S L
Decimal 97 49 128 0.24 0.62 0 0.50 276.46 0.45 0.35
Hex 61 31 80 18 3E 0 32 114 2D 23
Octal 141 61 200 30 76 0 62 424 55 43
Binary 1100001 110001 10000000 11000 111110 0 110010 100010100 101101 100011

Color Harmonies of #613180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613180

Black with #613180

Text Example


Text Example

White with #613180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613180; }

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

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

background-color css

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

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

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

border-color css

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

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

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