Html Css Color HEX #614083 Kingfisher Daisy

📋 copy color: '#614083'

red 97 ◦ green 64 ◦ blue 131

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

Shades of Kingfisher Daisy #614083

Tints of Kingfisher Daisy #614083

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.92%

 BLUE value IS 131 (51.56% from 255) = 44.86%

R = 33.22%
G = 21.92%
B = 44.86%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#614083 (or 0x614083) is known color: Kingfisher Daisy. HEX triplet: 61, 40 and 83. RGB value is (97,64,131). Sum of RGB (Red+Green+Blue) = 97+64+131=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 131 - color contains mainly: blue. Hex color #614083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614083 is #9EBF7C. Grayscale: #515151. Windows color (decimal): -10403709 or 8601697. OLE color: 8601697.

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

Color convert

RGB 97 64 131 -
CMYK 0.26 0.51 0 0.49
HSL 269.55º 0.34% 0.38% -
HSV(B) 269.55º 0.51% 0.51% -
XYZ 10.86 7.85 22.41 -
YUV 81.51 155.93 139.05 -
System Red Green Blue C M Y K H S L
Decimal 97 64 131 0.26 0.51 0 0.49 269.55 0.34 0.38
Hex 61 40 83 1A 33 0 31 10E 22 26
Octal 141 100 203 32 63 0 61 416 42 46
Binary 1100001 1000000 10000011 11010 110011 0 110001 100001110 100010 100110

Color Harmonies of #614083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614083

Black with #614083

Text Example


Text Example

White with #614083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614083; }

 p { color: rgb(97,64,131); }

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

background-color css

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

 a { background-color: rgb(97,64,131); }

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

border-color css

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

 span { border-color: rgb(97,64,131); }

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