Html Css Color HEX #62466C Honey Flower

📋 copy color: '#62466C'

red 98 ◦ green 70 ◦ blue 108

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

Shades of Honey Flower #62466C

Tints of Honey Flower #62466C

RGB

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

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

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

R = 35.51%
G = 25.36%
B = 39.13%

CMYK

 C value IS 0.09

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#62466C (or 0x62466C) is known color: Honey Flower. HEX triplet: 62, 46 and 6C. RGB value is (98,70,108). Sum of RGB (Red+Green+Blue) = 98+70+108=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 108 - color contains mainly: blue. Hex color #62466C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62466C is #9DB993. Grayscale: #525252. Windows color (decimal): -10336660 or 7095906. OLE color: 7095906.

HSL color Cylindrical-coordinate representation of color #62466C: hue angle of 284.21º 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 #62466C is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 98 70 108 -
CMYK 0.09 0.35 0 0.58
HSL 284.21º 0.21% 0.35% -
HSV(B) 284.21º 0.35% 0.42% -
XYZ 9.93 8.06 15.22 -
YUV 82.7 142.28 138.91 -
System Red Green Blue C M Y K H S L
Decimal 98 70 108 0.09 0.35 0 0.58 284.21 0.21 0.35
Hex 62 46 6C 9 23 0 3A 11C 15 23
Octal 142 106 154 11 43 0 72 434 25 43
Binary 1100010 1000110 1101100 1001 100011 0 111010 100011100 10101 100011

Color Harmonies of #62466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62466C

Black with #62466C

Text Example


Text Example

White with #62466C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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