Html Css Color HEX #614068 Honey Flower

📋 copy color: '#614068'

red 97 ◦ green 64 ◦ blue 104

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

Shades of Honey Flower #614068

Tints of Honey Flower #614068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 39.25%

R = 36.6%
G = 24.15%
B = 39.25%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#614068 (or 0x614068) is known color: Honey Flower. HEX triplet: 61, 40 and 68. RGB value is (97,64,104). Sum of RGB (Red+Green+Blue) = 97+64+104=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 104 - color contains mainly: blue. Hex color #614068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614068 is #9EBF97. Grayscale: #4E4E4E. Windows color (decimal): -10403736 or 6832225. OLE color: 6832225.

HSL color Cylindrical-coordinate representation of color #614068: hue angle of 289.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #614068 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 64 104 -
CMYK 0.07 0.38 0 0.59
HSL 289.5º 0.24% 0.33% -
HSV(B) 289.5º 0.38% 0.41% -
XYZ 9.26 7.21 14 -
YUV 78.43 142.43 141.25 -
System Red Green Blue C M Y K H S L
Decimal 97 64 104 0.07 0.38 0 0.59 289.5 0.24 0.33
Hex 61 40 68 7 26 0 3B 122 18 21
Octal 141 100 150 7 46 0 73 442 30 41
Binary 1100001 1000000 1101000 111 100110 0 111011 100100010 11000 100001

Color Harmonies of #614068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614068

Black with #614068

Text Example


Text Example

White with #614068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614068; }

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

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

background-color css

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

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

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

border-color css

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

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

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