Html Css Color HEX #62426F Honey Flower

📋 copy color: '#62426F'

red 98 ◦ green 66 ◦ blue 111

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

Shades of Honey Flower #62426F

Tints of Honey Flower #62426F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.36%

R = 35.64%
G = 24%
B = 40.36%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#62426F (or 0x62426F) is known color: Honey Flower. HEX triplet: 62, 42 and 6F. RGB value is (98,66,111). Sum of RGB (Red+Green+Blue) = 98+66+111=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 111 - color contains mainly: blue. Hex color #62426F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62426F is #9DBD90. Grayscale: #505050. Windows color (decimal): -10337681 or 7291490. OLE color: 7291490.

HSL color Cylindrical-coordinate representation of color #62426F: hue angle of 282.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #62426F is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 98 66 111 -
CMYK 0.12 0.41 0 0.56
HSL 282.67º 0.25% 0.35% -
HSV(B) 282.67º 0.41% 0.44% -
XYZ 9.85 7.64 15.99 -
YUV 80.7 145.1 140.34 -
System Red Green Blue C M Y K H S L
Decimal 98 66 111 0.12 0.41 0 0.56 282.67 0.25 0.35
Hex 62 42 6F C 29 0 38 11B 19 23
Octal 142 102 157 14 51 0 70 433 31 43
Binary 1100010 1000010 1101111 1100 101001 0 111000 100011011 11001 100011

Color Harmonies of #62426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62426F

Black with #62426F

Text Example


Text Example

White with #62426F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62426F; }

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

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

background-color css

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

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

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

border-color css

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

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

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