Html Css Color HEX #613886 Kingfisher Daisy

📋 copy color: '#613886'

red 97 ◦ green 56 ◦ blue 134

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

Shades of Kingfisher Daisy #613886

Tints of Kingfisher Daisy #613886

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.51%

 BLUE value IS 134 (52.73% from 255) = 46.69%

R = 33.8%
G = 19.51%
B = 46.69%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#613886 (or 0x613886) is known color: Kingfisher Daisy. HEX triplet: 61, 38 and 86. RGB value is (97,56,134). Sum of RGB (Red+Green+Blue) = 97+56+134=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 134 - color contains mainly: blue. Hex color #613886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613886 is #9EC779. Grayscale: #4C4C4C. Windows color (decimal): -10405754 or 8796257. OLE color: 8796257.

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

Color convert

RGB 97 56 134 -
CMYK 0.28 0.58 0 0.47
HSL 271.54º 0.41% 0.37% -
HSV(B) 271.54º 0.58% 0.53% -
XYZ 10.65 7.09 23.36 -
YUV 77.15 160.08 142.16 -
System Red Green Blue C M Y K H S L
Decimal 97 56 134 0.28 0.58 0 0.47 271.54 0.41 0.37
Hex 61 38 86 1C 3A 0 2F 110 29 25
Octal 141 70 206 34 72 0 57 420 51 45
Binary 1100001 111000 10000110 11100 111010 0 101111 100010000 101001 100101

Color Harmonies of #613886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613886

Black with #613886

Text Example


Text Example

White with #613886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613886; }

 p { color: rgb(97,56,134); }

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

background-color css

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

 a { background-color: rgb(97,56,134); }

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

border-color css

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

 span { border-color: rgb(97,56,134); }

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