Html Css Color HEX #62427B Honey Flower

📋 copy color: '#62427B'

red 98 ◦ green 66 ◦ blue 123

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

Shades of Honey Flower #62427B

Tints of Honey Flower #62427B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 42.86%

R = 34.15%
G = 23%
B = 42.86%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#62427B (or 0x62427B) is known color: Honey Flower. HEX triplet: 62, 42 and 7B. RGB value is (98,66,123). Sum of RGB (Red+Green+Blue) = 98+66+123=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 123 - color contains mainly: blue. Hex color #62427B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62427B is #9DBD84. Grayscale: #515151. Windows color (decimal): -10337669 or 8077922. OLE color: 8077922.

HSL color Cylindrical-coordinate representation of color #62427B: hue angle of 273.68º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #62427B is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 98 66 123 -
CMYK 0.20 0.46 0 0.52
HSL 273.68º 0.3% 0.37% -
HSV(B) 273.68º 0.46% 0.48% -
XYZ 10.56 7.92 19.71 -
YUV 82.07 151.1 139.37 -
System Red Green Blue C M Y K H S L
Decimal 98 66 123 0.20 0.46 0 0.52 273.68 0.3 0.37
Hex 62 42 7B 14 2E 0 34 112 1E 25
Octal 142 102 173 24 56 0 64 422 36 45
Binary 1100010 1000010 1111011 10100 101110 0 110100 100010010 11110 100101

Color Harmonies of #62427B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62427B

Black with #62427B

Text Example


Text Example

White with #62427B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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