Html Css Color HEX #613984 Kingfisher Daisy

📋 copy color: '#613984'

red 97 ◦ green 57 ◦ blue 132

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

Shades of Kingfisher Daisy #613984

Tints of Kingfisher Daisy #613984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 46.15%

R = 33.92%
G = 19.93%
B = 46.15%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#613984 (or 0x613984) is known color: Kingfisher Daisy. HEX triplet: 61, 39 and 84. RGB value is (97,57,132). Sum of RGB (Red+Green+Blue) = 97+57+132=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #613984 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613984 is #9EC67B. Grayscale: #4D4D4D. Windows color (decimal): -10405500 or 8665441. OLE color: 8665441.

HSL color Cylindrical-coordinate representation of color #613984: hue angle of 272º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #613984 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 57 132 -
CMYK 0.27 0.57 0 0.48
HSL 272º 0.4% 0.37% -
HSV(B) 272º 0.57% 0.52% -
XYZ 10.56 7.13 22.65 -
YUV 77.51 158.75 141.9 -
System Red Green Blue C M Y K H S L
Decimal 97 57 132 0.27 0.57 0 0.48 272 0.4 0.37
Hex 61 39 84 1B 39 0 30 110 28 25
Octal 141 71 204 33 71 0 60 420 50 45
Binary 1100001 111001 10000100 11011 111001 0 110000 100010000 101000 100101

Color Harmonies of #613984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613984

Black with #613984

Text Example


Text Example

White with #613984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613984; }

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

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

background-color css

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

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

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

border-color css

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

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

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