Html Css Color HEX #614580 Kingfisher Daisy

📋 copy color: '#614580'

red 97 ◦ green 69 ◦ blue 128

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

Shades of Kingfisher Daisy #614580

Tints of Kingfisher Daisy #614580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.47%

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

R = 32.99%
G = 23.47%
B = 43.54%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#614580 (or 0x614580) is known color: Kingfisher Daisy. HEX triplet: 61, 45 and 80. RGB value is (97,69,128). Sum of RGB (Red+Green+Blue) = 97+69+128=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 128 - color contains mainly: blue. Hex color #614580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614580 is #9EBA7F. Grayscale: #535353. Windows color (decimal): -10402432 or 8406369. OLE color: 8406369.

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

Color convert

RGB 97 69 128 -
CMYK 0.24 0.46 0 0.50
HSL 268.47º 0.3% 0.39% -
HSV(B) 268.47º 0.46% 0.5% -
XYZ 10.95 8.36 21.46 -
YUV 84.1 152.78 137.2 -
System Red Green Blue C M Y K H S L
Decimal 97 69 128 0.24 0.46 0 0.50 268.47 0.3 0.39
Hex 61 45 80 18 2E 0 32 10C 1E 27
Octal 141 105 200 30 56 0 62 414 36 47
Binary 1100001 1000101 10000000 11000 101110 0 110010 100001100 11110 100111

Color Harmonies of #614580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614580

Black with #614580

Text Example


Text Example

White with #614580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614580; }

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

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

background-color css

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

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

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

border-color css

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

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

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