Html Css Color HEX #614780 Kingfisher Daisy

📋 copy color: '#614780'

red 97 ◦ green 71 ◦ blue 128

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

Shades of Kingfisher Daisy #614780

Tints of Kingfisher Daisy #614780

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.99%

 BLUE value IS 128 (50.39% from 255) = 43.24%

R = 32.77%
G = 23.99%
B = 43.24%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#614780 (or 0x614780) is known color: Kingfisher Daisy. HEX triplet: 61, 47 and 80. RGB value is (97,71,128). Sum of RGB (Red+Green+Blue) = 97+71+128=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 128 - color contains mainly: blue. Hex color #614780 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614780 is #9EB87F. Grayscale: #555555. Windows color (decimal): -10401920 or 8406881. OLE color: 8406881.

HSL color Cylindrical-coordinate representation of color #614780: hue angle of 267.37º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #614780 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 71 128 -
CMYK 0.24 0.45 0 0.50
HSL 267.37º 0.29% 0.39% -
HSV(B) 267.37º 0.45% 0.5% -
XYZ 11.08 8.61 21.5 -
YUV 85.27 152.11 136.37 -
System Red Green Blue C M Y K H S L
Decimal 97 71 128 0.24 0.45 0 0.50 267.37 0.29 0.39
Hex 61 47 80 18 2D 0 32 10B 1D 27
Octal 141 107 200 30 55 0 62 413 35 47
Binary 1100001 1000111 10000000 11000 101101 0 110010 100001011 11101 100111

Color Harmonies of #614780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614780

Black with #614780

Text Example


Text Example

White with #614780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614780; }

 p { color: rgb(97,71,128); }

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

background-color css

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

 a { background-color: rgb(97,71,128); }

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

border-color css

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

 span { border-color: rgb(97,71,128); }

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