Html Css Color HEX #623074 Honey Flower

📋 copy color: '#623074'

red 98 ◦ green 48 ◦ blue 116

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

Shades of Honey Flower #623074

Tints of Honey Flower #623074

RGB

 RED value IS 98 (38.67% from 255) = 37.4%

 GREEN value IS 48 (19.14% from 255) = 18.32%

 BLUE value IS 116 (45.7% from 255) = 44.27%

R = 37.4%
G = 18.32%
B = 44.27%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#623074 (or 0x623074) is known color: Honey Flower. HEX triplet: 62, 30 and 74. RGB value is (98,48,116). Sum of RGB (Red+Green+Blue) = 98+48+116=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 116 - color contains mainly: blue. Hex color #623074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623074 is #9DCF8B. Grayscale: #464646. Windows color (decimal): -10342284 or 7614562. OLE color: 7614562.

HSL color Cylindrical-coordinate representation of color #623074: hue angle of 284.12º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #623074 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 48 116 -
CMYK 0.16 0.59 0 0.55
HSL 284.12º 0.41% 0.32% -
HSV(B) 284.12º 0.59% 0.45% -
XYZ 9.25 5.97 17.19 -
YUV 70.7 153.57 147.47 -
System Red Green Blue C M Y K H S L
Decimal 98 48 116 0.16 0.59 0 0.55 284.12 0.41 0.32
Hex 62 30 74 10 3B 0 37 11C 29 20
Octal 142 60 164 20 73 0 67 434 51 40
Binary 1100010 110000 1110100 10000 111011 0 110111 100011100 101001 100000

Color Harmonies of #623074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #623074

Black with #623074

Text Example


Text Example

White with #623074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #623074; }

 p { color: rgb(98,48,116); }

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

background-color css

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

 a { background-color: rgb(98,48,116); }

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

border-color css

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

 span { border-color: rgb(98,48,116); }

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