Html Css Color HEX #624275 Honey Flower

📋 copy color: '#624275'

red 98 ◦ green 66 ◦ blue 117

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

Shades of Honey Flower #624275

Tints of Honey Flower #624275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.49%

 BLUE value IS 117 (46.09% from 255) = 41.64%

R = 34.88%
G = 23.49%
B = 41.64%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#624275 (or 0x624275) is known color: Honey Flower. HEX triplet: 62, 42 and 75. RGB value is (98,66,117). Sum of RGB (Red+Green+Blue) = 98+66+117=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 117 - color contains mainly: blue. Hex color #624275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624275 is #9DBD8A. Grayscale: #515151. Windows color (decimal): -10337675 or 7684706. OLE color: 7684706.

HSL color Cylindrical-coordinate representation of color #624275: hue angle of 277.65º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #624275 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 98 66 117 -
CMYK 0.16 0.44 0 0.54
HSL 277.65º 0.28% 0.36% -
HSV(B) 277.65º 0.44% 0.46% -
XYZ 10.2 7.78 17.79 -
YUV 81.38 148.1 139.85 -
System Red Green Blue C M Y K H S L
Decimal 98 66 117 0.16 0.44 0 0.54 277.65 0.28 0.36
Hex 62 42 75 10 2C 0 36 116 1C 24
Octal 142 102 165 20 54 0 66 426 34 44
Binary 1100010 1000010 1110101 10000 101100 0 110110 100010110 11100 100100

Color Harmonies of #624275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624275

Black with #624275

Text Example


Text Example

White with #624275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624275; }

 p { color: rgb(98,66,117); }

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

background-color css

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

 a { background-color: rgb(98,66,117); }

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

border-color css

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

 span { border-color: rgb(98,66,117); }

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