Html Css Color HEX #614381 Kingfisher Daisy

📋 copy color: '#614381'

red 97 ◦ green 67 ◦ blue 129

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

Shades of Kingfisher Daisy #614381

Tints of Kingfisher Daisy #614381

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.87%

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

R = 33.11%
G = 22.87%
B = 44.03%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#614381 (or 0x614381) is known color: Kingfisher Daisy. HEX triplet: 61, 43 and 81. RGB value is (97,67,129). Sum of RGB (Red+Green+Blue) = 97+67+129=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 129 (50.78% from 255 or 44.03% from 293); Max value from RGB is 129 - color contains mainly: blue. Hex color #614381 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614381 is #9EBC7E. Grayscale: #525252. Windows color (decimal): -10402943 or 8471393. OLE color: 8471393.

HSL color Cylindrical-coordinate representation of color #614381: hue angle of 269.03º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #614381 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 67 129 -
CMYK 0.25 0.48 0 0.49
HSL 269.03º 0.32% 0.38% -
HSV(B) 269.03º 0.48% 0.51% -
XYZ 10.9 8.14 21.77 -
YUV 83.04 153.94 137.96 -
System Red Green Blue C M Y K H S L
Decimal 97 67 129 0.25 0.48 0 0.49 269.03 0.32 0.38
Hex 61 43 81 19 30 0 31 10D 20 26
Octal 141 103 201 31 60 0 61 415 40 46
Binary 1100001 1000011 10000001 11001 110000 0 110001 100001101 100000 100110

Color Harmonies of #614381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614381

Black with #614381

Text Example


Text Example

White with #614381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614381; }

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

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

background-color css

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

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

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

border-color css

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

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

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