Html Css Color HEX #613781 Kingfisher Daisy

📋 copy color: '#613781'

red 97 ◦ green 55 ◦ blue 129

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

Shades of Kingfisher Daisy #613781

Tints of Kingfisher Daisy #613781

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.57%

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

R = 34.52%
G = 19.57%
B = 45.91%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#613781 (or 0x613781) is known color: Kingfisher Daisy. HEX triplet: 61, 37 and 81. RGB value is (97,55,129). Sum of RGB (Red+Green+Blue) = 97+55+129=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 129 - color contains mainly: blue. Hex color #613781 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613781 is #9EC87E. Grayscale: #4B4B4B. Windows color (decimal): -10406015 or 8468321. OLE color: 8468321.

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

Color convert

RGB 97 55 129 -
CMYK 0.25 0.57 0 0.49
HSL 274.05º 0.4% 0.36% -
HSV(B) 274.05º 0.57% 0.51% -
XYZ 10.26 6.86 21.55 -
YUV 75.99 157.91 142.98 -
System Red Green Blue C M Y K H S L
Decimal 97 55 129 0.25 0.57 0 0.49 274.05 0.4 0.36
Hex 61 37 81 19 39 0 31 112 28 24
Octal 141 67 201 31 71 0 61 422 50 44
Binary 1100001 110111 10000001 11001 111001 0 110001 100010010 101000 100100

Color Harmonies of #613781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613781

Black with #613781

Text Example


Text Example

White with #613781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613781; }

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

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

background-color css

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

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

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

border-color css

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

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

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