Html Css Color HEX #614085 Kingfisher Daisy

📋 copy color: '#614085'

red 97 ◦ green 64 ◦ blue 133

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

Shades of Kingfisher Daisy #614085

Tints of Kingfisher Daisy #614085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.24%

R = 32.99%
G = 21.77%
B = 45.24%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#614085 (or 0x614085) is known color: Kingfisher Daisy. HEX triplet: 61, 40 and 85. RGB value is (97,64,133). Sum of RGB (Red+Green+Blue) = 97+64+133=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #614085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614085 is #9EBF7A. Grayscale: #515151. Windows color (decimal): -10403707 or 8732769. OLE color: 8732769.

HSL color Cylindrical-coordinate representation of color #614085: hue angle of 268.7º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #614085 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 64 133 -
CMYK 0.27 0.52 0 0.48
HSL 268.7º 0.35% 0.39% -
HSV(B) 268.7º 0.52% 0.52% -
XYZ 11 7.9 23.14 -
YUV 81.73 156.93 138.89 -
System Red Green Blue C M Y K H S L
Decimal 97 64 133 0.27 0.52 0 0.48 268.7 0.35 0.39
Hex 61 40 85 1B 34 0 30 10D 23 27
Octal 141 100 205 33 64 0 60 415 43 47
Binary 1100001 1000000 10000101 11011 110100 0 110000 100001101 100011 100111

Color Harmonies of #614085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614085

Black with #614085

Text Example


Text Example

White with #614085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614085; }

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

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

background-color css

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

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

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

border-color css

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

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

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