Html Css Color HEX #614181 Kingfisher Daisy

📋 copy color: '#614181'

red 97 ◦ green 65 ◦ blue 129

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

Shades of Kingfisher Daisy #614181

Tints of Kingfisher Daisy #614181

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.34%

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

R = 33.33%
G = 22.34%
B = 44.33%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#614181 (or 0x614181) is known color: Kingfisher Daisy. HEX triplet: 61, 41 and 81. RGB value is (97,65,129). Sum of RGB (Red+Green+Blue) = 97+65+129=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 129 (50.78% from 255 or 44.33% from 291); Max value from RGB is 129 - color contains mainly: blue. Hex color #614181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614181 is #9EBE7E. Grayscale: #515151. Windows color (decimal): -10403455 or 8470881. OLE color: 8470881.

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

Color convert

RGB 97 65 129 -
CMYK 0.25 0.50 0 0.49
HSL 270º 0.33% 0.38% -
HSV(B) 270º 0.5% 0.51% -
XYZ 10.78 7.91 21.73 -
YUV 81.86 154.6 138.8 -
System Red Green Blue C M Y K H S L
Decimal 97 65 129 0.25 0.50 0 0.49 270 0.33 0.38
Hex 61 41 81 19 32 0 31 10E 21 26
Octal 141 101 201 31 62 0 61 416 41 46
Binary 1100001 1000001 10000001 11001 110010 0 110001 100001110 100001 100110

Color Harmonies of #614181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614181

Black with #614181

Text Example


Text Example

White with #614181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614181; }

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

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

background-color css

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

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

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

border-color css

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

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

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