Html Css Color HEX #613881 Kingfisher Daisy

📋 copy color: '#613881'

red 97 ◦ green 56 ◦ blue 129

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

Shades of Kingfisher Daisy #613881

Tints of Kingfisher Daisy #613881

RGB

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

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

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

R = 34.4%
G = 19.86%
B = 45.74%

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

#613881 (or 0x613881) is known color: Kingfisher Daisy. HEX triplet: 61, 38 and 81. RGB value is (97,56,129). Sum of RGB (Red+Green+Blue) = 97+56+129=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 129 - color contains mainly: blue. Hex color #613881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613881 is #9EC77E. Grayscale: #4C4C4C. Windows color (decimal): -10405759 or 8468577. OLE color: 8468577.

HSL color Cylindrical-coordinate representation of color #613881: hue angle of 273.7º degrees, saturation: 0.39, 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 #613881 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 56 129 -
CMYK 0.25 0.57 0 0.49
HSL 273.7º 0.39% 0.36% -
HSV(B) 273.7º 0.57% 0.51% -
XYZ 10.31 6.95 21.57 -
YUV 76.58 157.58 142.56 -
System Red Green Blue C M Y K H S L
Decimal 97 56 129 0.25 0.57 0 0.49 273.7 0.39 0.36
Hex 61 38 81 19 39 0 31 112 27 24
Octal 141 70 201 31 71 0 61 422 47 44
Binary 1100001 111000 10000001 11001 111001 0 110001 100010010 100111 100100

Color Harmonies of #613881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613881

Black with #613881

Text Example


Text Example

White with #613881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613881; }

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

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

background-color css

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

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

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

border-color css

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

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

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