Html Css Color HEX #613B81 Kingfisher Daisy

📋 copy color: '#613B81'

red 97 ◦ green 59 ◦ blue 129

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

Shades of Kingfisher Daisy #613B81

Tints of Kingfisher Daisy #613B81

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.7%

 BLUE value IS 129 (50.78% from 255) = 45.26%

R = 34.04%
G = 20.7%
B = 45.26%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#613B81 (or 0x613B81) is known color: Kingfisher Daisy. HEX triplet: 61, 3B and 81. RGB value is (97,59,129). Sum of RGB (Red+Green+Blue) = 97+59+129=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #613B81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613B81 is #9EC47E. Grayscale: #4E4E4E. Windows color (decimal): -10404991 or 8469345. OLE color: 8469345.

HSL color Cylindrical-coordinate representation of color #613B81: hue angle of 272.57º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #613B81 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 59 129 -
CMYK 0.25 0.54 0 0.49
HSL 272.57º 0.37% 0.37% -
HSV(B) 272.57º 0.54% 0.51% -
XYZ 10.46 7.25 21.62 -
YUV 78.34 156.59 141.31 -
System Red Green Blue C M Y K H S L
Decimal 97 59 129 0.25 0.54 0 0.49 272.57 0.37 0.37
Hex 61 3B 81 19 36 0 31 111 25 25
Octal 141 73 201 31 66 0 61 421 45 45
Binary 1100001 111011 10000001 11001 110110 0 110001 100010001 100101 100101

Color Harmonies of #613B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613B81

Black with #613B81

Text Example


Text Example

White with #613B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613B81; }

 p { color: rgb(97,59,129); }

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

background-color css

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

 a { background-color: rgb(97,59,129); }

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

border-color css

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

 span { border-color: rgb(97,59,129); }

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