Html Css Color HEX #613587 Kingfisher Daisy

📋 copy color: '#613587'

red 97 ◦ green 53 ◦ blue 135

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

Shades of Kingfisher Daisy #613587

Tints of Kingfisher Daisy #613587

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.6%

 BLUE value IS 135 (53.13% from 255) = 47.37%

R = 34.04%
G = 18.6%
B = 47.37%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#613587 (or 0x613587) is known color: Kingfisher Daisy. HEX triplet: 61, 35 and 87. RGB value is (97,53,135). Sum of RGB (Red+Green+Blue) = 97+53+135=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 135 - color contains mainly: blue. Hex color #613587 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613587 is #9ECA78. Grayscale: #4B4B4B. Windows color (decimal): -10406521 or 8861025. OLE color: 8861025.

HSL color Cylindrical-coordinate representation of color #613587: hue angle of 272.2º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #613587 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 53 135 -
CMYK 0.28 0.61 0 0.47
HSL 272.2º 0.44% 0.37% -
HSV(B) 272.2º 0.61% 0.53% -
XYZ 10.58 6.84 23.68 -
YUV 75.5 161.58 143.33 -
System Red Green Blue C M Y K H S L
Decimal 97 53 135 0.28 0.61 0 0.47 272.2 0.44 0.37
Hex 61 35 87 1C 3D 0 2F 110 2C 25
Octal 141 65 207 34 75 0 57 420 54 45
Binary 1100001 110101 10000111 11100 111101 0 101111 100010000 101100 100101

Color Harmonies of #613587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613587

Black with #613587

Text Example


Text Example

White with #613587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613587; }

 p { color: rgb(97,53,135); }

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

background-color css

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

 a { background-color: rgb(97,53,135); }

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

border-color css

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

 span { border-color: rgb(97,53,135); }

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