Html Css Color HEX #62486C Honey Flower

📋 copy color: '#62486C'

red 98 ◦ green 72 ◦ blue 108

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

Shades of Honey Flower #62486C

Tints of Honey Flower #62486C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.9%

 BLUE value IS 108 (42.58% from 255) = 38.85%

R = 35.25%
G = 25.9%
B = 38.85%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#62486C (or 0x62486C) is known color: Honey Flower. HEX triplet: 62, 48 and 6C. RGB value is (98,72,108). Sum of RGB (Red+Green+Blue) = 98+72+108=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 108 - color contains mainly: blue. Hex color #62486C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62486C is #9DB793. Grayscale: #535353. Windows color (decimal): -10336148 or 7096418. OLE color: 7096418.

HSL color Cylindrical-coordinate representation of color #62486C: hue angle of 283.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #62486C is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 98 72 108 -
CMYK 0.09 0.33 0 0.58
HSL 283.33º 0.2% 0.35% -
HSV(B) 283.33º 0.33% 0.42% -
XYZ 10.06 8.31 15.26 -
YUV 83.88 141.61 138.07 -
System Red Green Blue C M Y K H S L
Decimal 98 72 108 0.09 0.33 0 0.58 283.33 0.2 0.35
Hex 62 48 6C 9 21 0 3A 11B 14 23
Octal 142 110 154 11 41 0 72 433 24 43
Binary 1100010 1001000 1101100 1001 100001 0 111010 100011011 10100 100011

Color Harmonies of #62486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62486C

Black with #62486C

Text Example


Text Example

White with #62486C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62486C; }

 p { color: rgb(98,72,108); }

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

background-color css

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

 a { background-color: rgb(98,72,108); }

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

border-color css

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

 span { border-color: rgb(98,72,108); }

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