Html Css Color HEX #603F66 Honey Flower

📋 copy color: '#603F66'

red 96 ◦ green 63 ◦ blue 102

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

Shades of Honey Flower #603F66

Tints of Honey Flower #603F66

RGB

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

 GREEN value IS 63 (25% from 255) = 24.14%

 BLUE value IS 102 (40.23% from 255) = 39.08%

R = 36.78%
G = 24.14%
B = 39.08%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#603F66 (or 0x603F66) is known color: Honey Flower. HEX triplet: 60, 3F and 66. RGB value is (96,63,102). Sum of RGB (Red+Green+Blue) = 96+63+102=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 102 - color contains mainly: blue. Hex color #603F66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603F66 is #9FC099. Grayscale: #4D4D4D. Windows color (decimal): -10469530 or 6700896. OLE color: 6700896.

HSL color Cylindrical-coordinate representation of color #603F66: hue angle of 290.77º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #603F66 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 96 63 102 -
CMYK 0.06 0.38 0 0.6
HSL 290.77º 0.24% 0.32% -
HSV(B) 290.77º 0.38% 0.4% -
XYZ 9 7 13.45 -
YUV 77.31 141.93 141.33 -
System Red Green Blue C M Y K H S L
Decimal 96 63 102 0.06 0.38 0 0.6 290.77 0.24 0.32
Hex 60 3F 66 6 26 0 3C 123 18 20
Octal 140 77 146 6 46 0 74 443 30 40
Binary 1100000 111111 1100110 110 100110 0 111100 100100011 11000 100000

Color Harmonies of #603F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603F66

Black with #603F66

Text Example


Text Example

White with #603F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603F66; }

 p { color: rgb(96,63,102); }

 H1.HeaderClassName
 {
   color: #603F66;
 }
 .AnyTagClassName
 {
   color: #603F66;
 }
</style>

background-color css

<style>
 a { background-color: #603F66; }

 a { background-color: rgb(96,63,102); }

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

border-color css

<style>
 span { border-color: #603F66; }

 span { border-color: rgb(96,63,102); }

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