Html Css Color HEX #604B6E Honey Flower

📋 copy color: '#604B6E'

red 96 ◦ green 75 ◦ blue 110

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

Shades of Honey Flower #604B6E

Tints of Honey Flower #604B6E

RGB

 RED value IS 96 (37.89% from 255) = 34.16%

 GREEN value IS 75 (29.69% from 255) = 26.69%

 BLUE value IS 110 (43.36% from 255) = 39.15%

R = 34.16%
G = 26.69%
B = 39.15%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#604B6E (or 0x604B6E) is known color: Honey Flower. HEX triplet: 60, 4B and 6E. RGB value is (96,75,110). Sum of RGB (Red+Green+Blue) = 96+75+110=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 110 - color contains mainly: blue. Hex color #604B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604B6E is #9FB491. Grayscale: #555555. Windows color (decimal): -10466450 or 7228256. OLE color: 7228256.

HSL color Cylindrical-coordinate representation of color #604B6E: hue angle of 276º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #604B6E is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 96 75 110 -
CMYK 0.13 0.32 0 0.57
HSL 276º 0.19% 0.36% -
HSV(B) 276º 0.32% 0.43% -
XYZ 10.15 8.64 15.89 -
YUV 85.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 96 75 110 0.13 0.32 0 0.57 276 0.19 0.36
Hex 60 4B 6E D 20 0 39 114 13 24
Octal 140 113 156 15 40 0 71 424 23 44
Binary 1100000 1001011 1101110 1101 100000 0 111001 100010100 10011 100100

Color Harmonies of #604B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604B6E

Black with #604B6E

Text Example


Text Example

White with #604B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604B6E; }

 p { color: rgb(96,75,110); }

 H1.HeaderClassName
 {
   color: #604B6E;
 }
 .AnyTagClassName
 {
   color: #604B6E;
 }
</style>

background-color css

<style>
 a { background-color: #604B6E; }

 a { background-color: rgb(96,75,110); }

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

border-color css

<style>
 span { border-color: #604B6E; }

 span { border-color: rgb(96,75,110); }

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