Html Css Color HEX #62466B Honey Flower

📋 copy color: '#62466B'

red 98 ◦ green 70 ◦ blue 107

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

Shades of Honey Flower #62466B

Tints of Honey Flower #62466B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.45%

 BLUE value IS 107 (42.19% from 255) = 38.91%

R = 35.64%
G = 25.45%
B = 38.91%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#62466B (or 0x62466B) is known color: Honey Flower. HEX triplet: 62, 46 and 6B. RGB value is (98,70,107). Sum of RGB (Red+Green+Blue) = 98+70+107=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 107 - color contains mainly: blue. Hex color #62466B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62466B is #9DB994. Grayscale: #525252. Windows color (decimal): -10336661 or 7030370. OLE color: 7030370.

HSL color Cylindrical-coordinate representation of color #62466B: hue angle of 285.41º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #62466B is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 98 70 107 -
CMYK 0.08 0.35 0 0.58
HSL 285.41º 0.21% 0.35% -
HSV(B) 285.41º 0.35% 0.42% -
XYZ 9.88 8.04 14.94 -
YUV 82.59 141.78 138.99 -
System Red Green Blue C M Y K H S L
Decimal 98 70 107 0.08 0.35 0 0.58 285.41 0.21 0.35
Hex 62 46 6B 8 23 0 3A 11D 15 23
Octal 142 106 153 10 43 0 72 435 25 43
Binary 1100010 1000110 1101011 1000 100011 0 111010 100011101 10101 100011

Color Harmonies of #62466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62466B

Black with #62466B

Text Example


Text Example

White with #62466B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62466B; }

 p { color: rgb(98,70,107); }

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

background-color css

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

 a { background-color: rgb(98,70,107); }

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

border-color css

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

 span { border-color: rgb(98,70,107); }

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