Html Css Color HEX #613083 Kingfisher Daisy

📋 copy color: '#613083'

red 97 ◦ green 48 ◦ blue 131

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

Shades of Kingfisher Daisy #613083

Tints of Kingfisher Daisy #613083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 47.46%

R = 35.14%
G = 17.39%
B = 47.46%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#613083 (or 0x613083) is known color: Kingfisher Daisy. HEX triplet: 61, 30 and 83. RGB value is (97,48,131). Sum of RGB (Red+Green+Blue) = 97+48+131=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 131 - color contains mainly: blue. Hex color #613083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613083 is #9ECF7C. Grayscale: #474747. Windows color (decimal): -10407805 or 8597601. OLE color: 8597601.

HSL color Cylindrical-coordinate representation of color #613083: hue angle of 275.42º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #613083 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 48 131 -
CMYK 0.26 0.63 0 0.49
HSL 275.42º 0.46% 0.35% -
HSV(B) 275.42º 0.63% 0.51% -
XYZ 10.08 6.29 22.16 -
YUV 72.11 161.23 145.75 -
System Red Green Blue C M Y K H S L
Decimal 97 48 131 0.26 0.63 0 0.49 275.42 0.46 0.35
Hex 61 30 83 1A 3F 0 31 113 2E 23
Octal 141 60 203 32 77 0 61 423 56 43
Binary 1100001 110000 10000011 11010 111111 0 110001 100010011 101110 100011

Color Harmonies of #613083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613083

Black with #613083

Text Example


Text Example

White with #613083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613083; }

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

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

background-color css

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

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

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

border-color css

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

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

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