Html Css Color HEX #613983 Kingfisher Daisy

📋 copy color: '#613983'

red 97 ◦ green 57 ◦ blue 131

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

Shades of Kingfisher Daisy #613983

Tints of Kingfisher Daisy #613983

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20%

 BLUE value IS 131 (51.56% from 255) = 45.96%

R = 34.04%
G = 20%
B = 45.96%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#613983 (or 0x613983) is known color: Kingfisher Daisy. HEX triplet: 61, 39 and 83. RGB value is (97,57,131). Sum of RGB (Red+Green+Blue) = 97+57+131=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 131 - color contains mainly: blue. Hex color #613983 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613983 is #9EC67C. Grayscale: #4D4D4D. Windows color (decimal): -10405501 or 8599905. OLE color: 8599905.

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

Color convert

RGB 97 57 131 -
CMYK 0.26 0.56 0 0.49
HSL 272.43º 0.39% 0.37% -
HSV(B) 272.43º 0.56% 0.51% -
XYZ 10.49 7.11 22.29 -
YUV 77.4 158.25 141.98 -
System Red Green Blue C M Y K H S L
Decimal 97 57 131 0.26 0.56 0 0.49 272.43 0.39 0.37
Hex 61 39 83 1A 38 0 31 110 27 25
Octal 141 71 203 32 70 0 61 420 47 45
Binary 1100001 111001 10000011 11010 111000 0 110001 100010000 100111 100101

Color Harmonies of #613983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613983

Black with #613983

Text Example


Text Example

White with #613983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613983; }

 p { color: rgb(97,57,131); }

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

background-color css

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

 a { background-color: rgb(97,57,131); }

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

border-color css

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

 span { border-color: rgb(97,57,131); }

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